PERFORCE change 110896 for review

John Birrell jb at FreeBSD.org
Sat Dec 2 16:39:54 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=110896

Change 110896 by jb at jb_freebsd8 on 2006/12/03 00:39:24

	Add a missing function prototype definition.

Affected files ...

.. //depot/projects/opensolaris/contrib/opensolaris/tools/ctf/cvt/alist.h#3 edit

Differences ...

==== //depot/projects/opensolaris/contrib/opensolaris/tools/ctf/cvt/alist.h#3 (text) ====

@@ -48,6 +48,7 @@
 int alist_find(alist_t *, void *, void **);
 int alist_iter(alist_t *, int (*)(void *, void *, void *), void *);
 void alist_stats(alist_t *, int);
+int alist_dump(alist_t *, int (*)(void *, void *));
 
 #ifdef __cplusplus
 }


More information about the p4-projects mailing list