diff include/freeDiameter/libfdproto.h @ 769:99136ec7d9d4

Fixed fd_dict_getlistof function, added a simple test
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 25 Oct 2011 21:48:52 +0200
parents c47c16436f71
children 003df4a9ade2
line wrap: on
line diff
--- a/include/freeDiameter/libfdproto.h	Mon Oct 24 22:14:33 2011 +0200
+++ b/include/freeDiameter/libfdproto.h	Tue Oct 25 21:48:52 2011 +0200
@@ -848,7 +848,7 @@
 void fd_dict_dump(struct dictionary * dict);
 
 /* Function to access full contents of the dictionary, see doc in dictionary.c */
-int fd_dict_getlistof(int criteria, void * parent, struct fd_list * sentinel);
+int fd_dict_getlistof(int criteria, void * parent, struct fd_list ** sentinel);
 
 
 /*
"Welcome to our mercurial repository"