add DB.type field to reflect type of underlying database
[unix-history] / usr / src / include / strings.h
index 5b01cf4..39737ea 100644 (file)
@@ -1,23 +1,10 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1990 The Regents of the University of California.
+ * All rights reserved.
  *
  *
- *     @(#)strings.h   5.2 (Berkeley) %G%
+ * %sccs.include.redist.c%
+ *
+ *     @(#)strings.h   5.8 (Berkeley) %G%
  */
 
  */
 
-/*
- * External function definitions
- * for routines described in string(3).
- */
-char   *strcat();
-char   *strncat();
-int    strcmp();
-int    strncmp();
-int    strcasecmp();
-int    strncasecmp();
-char   *strcpy();
-char   *strncpy();
-int    strlen();
-char   *index();
-char   *rindex();
+#include <string.h>