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.
kamailio/modules/cdp/common.h

20 lines
276 B

/*
* common.h
*
* Created on: 10 Apr 2013
* Author: jaybeepee
*/
#ifndef COMMON_H_
#define COMMON_H_
#include "diameter.h"
#include "diameter_api.h"
int get_result_code(AAAMessage* msg);
int get_accounting_record_type(AAAMessage* msg);
#endif /* COMMON_H_ */