add proto for initArchOs
authorroot <devnull@localhost>
Mon, 1 Jul 1996 21:39:34 +0000 (21:39 +0000)
committerroot <devnull@localhost>
Mon, 1 Jul 1996 21:39:34 +0000 (21:39 +0000)
CVS patchset: 712
CVS date: 1996/07/01 21:39:34

lib/misc.h

index 903f886..278ef2f 100644 (file)
@@ -11,6 +11,8 @@ int getArchNum(void);
 char *getOsName(void);
 char *getArchName(void);
 
+void initArchOs(char *arch, char *os);
+
 int vercmp(char * one, char * two);
 
 #endif