Added public files

Roughly added all public files. Probably missed some, though.
diff --git a/sys/temp/std_headers.h b/sys/temp/std_headers.h
new file mode 100644
index 0000000..f96080e
--- /dev/null
+++ b/sys/temp/std_headers.h
@@ -0,0 +1,15 @@
+#ifndef _STD_HEADERS_
+#define _STD_HEADERS_
+
+//LANGUAGE
+void SetArticle( int fl );
+static int QueryAFlag();
+public varargs string QueryArticle( int casus, int dem, int force );
+public varargs int SuggestArticle( string myname );
+public varargs string QueryPossPronoun( int what, int casus, int number );
+public string QueryPronoun( int casus );
+public varargs string QueryDu(int casus,int gender,int zahl);
+public string QueryGenderString();
+public varargs string DeclAdj( string adj, int casus, int demon );
+
+#endif
diff --git a/sys/temp/util.h b/sys/temp/util.h
new file mode 100644
index 0000000..b3fd23d
--- /dev/null
+++ b/sys/temp/util.h
@@ -0,0 +1,25 @@
+// MorgenGrauen MUDlib
+//
+// sys/thing/util.h -- Headerfile fuer /std/thing/util.c
+//
+// $Id: util.h,v 1.1 2000/08/15 12:07:30 Paracelsus Exp $
+
+#ifndef __THING_UTIL_H__
+#define __THING_UTIL_H__
+
+#endif // __THING_UTIL_H__
+
+#ifdef NEED_PROTOTYPES
+
+#ifndef __THING_UTIL_H_PROTO__
+#define __THING_UTIL_H_PROTO__
+
+public void ShowPropList(string *props);
+static void PrettyDump(mixed x);
+static void DumpArray(mixed *x);
+static void DumpMapping(mapping x);
+static void DumpKeyValPair(mapping x, mixed key, int size);
+
+#endif // __THING_UTIL_H_PROTO__
+
+#endif // NEED_PROTOTYPES
\ No newline at end of file