summaryrefslogtreecommitdiff
path: root/tools/build/v2/engine/newstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/v2/engine/newstr.h')
-rw-r--r--tools/build/v2/engine/newstr.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/build/v2/engine/newstr.h b/tools/build/v2/engine/newstr.h
new file mode 100644
index 0000000000..84a4d7b6da
--- /dev/null
+++ b/tools/build/v2/engine/newstr.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright 1993, 1995 Christopher Seiwald.
+ *
+ * This file is part of Jam - see jam.c for Copyright information.
+ */
+
+/*
+ * newstr.h - string manipulation routines
+ */
+
+char * copystr ( char * );
+void freestr ( char * );
+char * newstr ( char * );
+void str_done();