X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglob.h;h=9e212bf84fb9b536e409dfca3891e6da3267bf9b;hb=a7cc8b259f0fe963aa30d4e64f7d39551ded1454;hp=0b15f34ab796ec4a66c85aa08091319f2c67112d;hpb=3a7fba81ceae5b049d0f7d671e9e3c3c43bbf703;p=pspp-builds.git diff --git a/src/glob.h b/src/glob.h index 0b15f34a..9e212bf8 100644 --- a/src/glob.h +++ b/src/glob.h @@ -20,6 +20,9 @@ #if !INCLUDED_GLOB_H #define INCLUDED_GLOB_H 1 -void init_glob (int argc unused, char **argv); +void init_glob (int argc UNUSED, char **argv); +void done_glob (void); + +extern short test_mode; #endif /* glob.h */