X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fsource-init-opts.h;h=ee1de0319a2af3c7ecd2d7ba096b841c0b85d8ee;hb=f800b61ec7acc8fbd19fbd49a22f98fd26cc8985;hp=874935313ae2554daf9dc6de3ce65ddbbfca52e1;hpb=3bbb4370239deb29ebbf813d258aef6249e2a431;p=pspp diff --git a/src/ui/source-init-opts.h b/src/ui/source-init-opts.h index 874935313a..ee1de0319a 100644 --- a/src/ui/source-init-opts.h +++ b/src/ui/source-init-opts.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2008 Free Software Foundation + Copyright (C) 2008, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,10 +15,11 @@ along with this program. If not, see . */ -#ifndef SOURCE_INIT_OPTS -#define SOURCE_INIT_OPTS +#ifndef UI_SOURCE_INIT_OPTS +#define UI_SOURCE_INIT_OPTS -extern const struct argp post_init_argp; +struct argv_parser; -#endif +void source_init_register_argv_parser (struct argv_parser *); +#endif /* ui/source/source-init-opts.h */