]> skyeroc.xyz Git - dgamelaunch/commitdiff
Add a prototype for ttyrec_getpty. [dummy commit to test svn]
authorJoshua Kwan <joshk@triplehelix.org>
Sun, 22 Feb 2004 09:37:15 +0000 (09:37 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Sun, 22 Feb 2004 09:37:15 +0000 (09:37 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@251 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

dgamelaunch.h

index 8a5583daac95ef250de80415a2326d1577f2ba53..75fe657d4e515c6d514fc7d4135f1e954d91f40f 100644 (file)
@@ -93,6 +93,7 @@ extern void writefile(int requirenew);
 extern void graceful_exit(int status);
 extern int purge_stale_locks(void);
 extern void menuloop(void);
+extern void ttyrec_getpty(void);
 #if !defined(BSD) && !defined(__linux__)
 extern int mysetenv (const char* name, const char* value, int overwrite);
 #else