This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[5.005_03-MT6]Patch: time passes
[perl5.git] / util.h
diff --git a/util.h b/util.h
index 5571edd..7dcf9ce 100644 (file)
--- a/util.h
+++ b/util.h
@@ -1,26 +1,8 @@
-/* $Header: util.h,v 2.0 88/06/05 00:15:15 root Exp $
+/*    util.h
+ *
+ *    Copyright (c) 1991-1997, Larry Wall
+ *
+ *    You may distribute under the terms of either the GNU General Public
+ *    License or the Artistic License, as specified in the README file.
  *
- * $Log:       util.h,v $
- * Revision 2.0  88/06/05  00:15:15  root
- * Baseline version 2.0.
- * 
  */
-
-int *screamfirst INIT(Null(int*));
-int *screamnext INIT(Null(int*));
-int *screamcount INIT(Null(int*));
-
-char   *safemalloc();
-char   *saferealloc();
-char   *cpytill();
-char   *instr();
-char   *bminstr();
-char   *fbminstr();
-char   *screaminstr();
-void   bmcompile();
-void   fbmcompile();
-char   *get_a_line();
-char   *savestr();
-void   setenv();
-int    envix();
-void   growstr();