From: Joshua Kwan Date: Sun, 22 Feb 2004 09:37:15 +0000 (+0000) Subject: Add a prototype for ttyrec_getpty. [dummy commit to test svn] X-Git-Tag: v1.6.1-roc-dev~449 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=da4c7ec4a7fb477cf67772263a455994e2cd00e3;p=dgamelaunch Add a prototype for ttyrec_getpty. [dummy commit to test svn] git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@251 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- diff --git a/dgamelaunch.h b/dgamelaunch.h index 8a5583d..75fe657 100644 --- a/dgamelaunch.h +++ b/dgamelaunch.h @@ -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