=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/glob.h,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/include/glob.h 2002/02/16 21:27:17 1.6 --- src/include/glob.h 2002/02/17 19:42:21 1.7 *************** *** 1,4 **** ! /* $OpenBSD: glob.h,v 1.6 2002/02/16 21:27:17 millert Exp $ */ /* $NetBSD: glob.h,v 1.5 1994/10/26 00:55:56 cgd Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: glob.h,v 1.7 2002/02/17 19:42:21 millert Exp $ */ /* $NetBSD: glob.h,v 1.5 1994/10/26 00:55:56 cgd Exp $ */ /* *************** *** 93,99 **** #define GLOB_ABEND GLOB_ABORTED __BEGIN_DECLS ! int glob __P((const char *, int, int (*)(const char *, int), glob_t *)); void globfree(glob_t *); __END_DECLS --- 93,99 ---- #define GLOB_ABEND GLOB_ABORTED __BEGIN_DECLS ! int glob(const char *, int, int (*)(const char *, int), glob_t *); void globfree(glob_t *); __END_DECLS