#ifndef _DIAMETER_CLIENT_LIB_H #define _DIAMETER_CLIENT_LIB_H extern "C" { #include "str.h" #include "defs.h" #include "diameter_msg.h" #include "avp.h" #include "tcp_comm.h" } #endif