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
This commit is contained in:
parent
bae2acf031
commit
da4c7ec4a7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue