ossp-pkg/rc/rc.h 1.41 -> 1.42
--- rc.h 2003/05/15 12:49:11 1.41
+++ rc.h 2003/05/15 22:22:30 1.42
@@ -147,6 +147,7 @@
char **vectorCopy(const char **);
short vectorCount(const char **);
rc_return_t vectorDel(char **);
+int priCompare(const void *, const void *);
/* Other function prototypes */
void rcError(ex_t);
|
|