X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglob.h;h=45ab333724c33a0fa5f85abb9fc873bbf1f68bf0;hb=92fb12eb06716d14c05b781f5d9dcde956d77c30;hp=9e212bf84fb9b536e409dfca3891e6da3267bf9b;hpb=829c9392ee103e34cd81e7c9aee5cdf24d6029dc;p=pspp diff --git a/src/glob.h b/src/glob.h index 9e212bf84f..45ab333724 100644 --- a/src/glob.h +++ b/src/glob.h @@ -14,15 +14,12 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + 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 */