added automake.mk files in src/language
[pspp] / src / glob.h
index 0b15f34ab796ec4a66c85aa08091319f2c67112d..45ab333724c33a0fa5f85abb9fc873bbf1f68bf0 100644 (file)
 
    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);
+const char *get_start_date (void);
 
 #endif /* glob.h */