PERFORCE change 104128 for review

John Birrell jb at FreeBSD.org
Tue Aug 15 21:33:06 UTC 2006


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

Change 104128 by jb at jb_freebsd2 on 2006/08/15 21:29:50

	Add a missing prototype.

Affected files ...

.. //depot/projects/dtrace/src/contrib/opensolaris/tools/ctf/cvt/alist.h#2 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/opensolaris/tools/ctf/cvt/alist.h#2 (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