[BACK]Return to glob.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/glob.h between version 1.2 and 1.3

version 1.2, 1997/09/01 18:40:35 version 1.3, 1997/09/01 18:44:23
Line 88 
Line 88 
 #define GLOB_ABORTED    (-2)    /* Unignored error. */  #define GLOB_ABORTED    (-2)    /* Unignored error. */
 #define GLOB_NOMATCH    (-3)    /* No match and GLOB_NOCHECK not set. */  #define GLOB_NOMATCH    (-3)    /* No match and GLOB_NOCHECK not set. */
 #define GLOB_NOSYS      (-4)    /* Function not supported. */  #define GLOB_NOSYS      (-4)    /* Function not supported. */
   #define GLOB_ABEND      GLOB_ABORTED
   
 __BEGIN_DECLS  __BEGIN_DECLS
 int     glob __P((const char *, int, int (*)(const char *, int), glob_t *));  int     glob __P((const char *, int, int (*)(const char *, int), glob_t *));

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3