You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/apps/diameter_client/lib_dbase/diameter_client.h

14 lines
187 B

#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