diff include/freeDiameter/freeDiameter.h @ 447:097bae83b07a

Forgot to cleanup the configuration on exit, spotted by valgrind
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 29 Jul 2010 11:36:40 +0900
parents 26aafbbc1640
children f1484823cb4a
line wrap: on
line diff
--- a/include/freeDiameter/freeDiameter.h	Thu Jul 29 10:38:39 2010 +0900
+++ b/include/freeDiameter/freeDiameter.h	Thu Jul 29 11:36:40 2010 +0900
@@ -725,5 +725,6 @@
 int fd_app_merge(struct fd_list * list, application_id_t aid, vendor_id_t vid, int auth, int acct);
 int fd_app_check(struct fd_list * list, application_id_t aid, struct fd_app **detail);
 int fd_app_check_common(struct fd_list * list1, struct fd_list * list2, int * common_found);
+int fd_app_empty(struct fd_list * list);
 
 #endif /* _FREEDIAMETER_H */
"Welcome to our mercurial repository"