X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fglob.h;h=45ab333724c33a0fa5f85abb9fc873bbf1f68bf0;hb=bf71a28cc57afd259bb086ac5dfde5b685ba7995;hp=77d51f6e2d5ee733ca4c3016382fa5098f75dd7b;hpb=4fdeb2145d081ff1b84e3f6c99f9d1c048c0d64a;p=pspp-builds.git diff --git a/src/glob.h b/src/glob.h index 77d51f6e..45ab3337 100644 --- a/src/glob.h +++ b/src/glob.h @@ -17,12 +17,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#if !INCLUDED_GLOB_H -#define INCLUDED_GLOB_H 1 +#if !GLOB_H +#define GLOB_H 1 -void init_glob (int argc UNUSED, char **argv); -void done_glob (void); - -extern short test_mode; +const char *get_start_date (void); #endif /* glob.h */