diff options
author | alfredoport <doyenatccny@gmail.com> | 2007-09-13 22:11:13 +0000 |
---|---|---|
committer | alfredoport <doyenatccny@gmail.com> | 2007-09-13 22:11:13 +0000 |
commit | 09784132ff79b5f253ab2825d965c4b529e27246 (patch) | |
tree | 082e2b01df9d1a401183eaf056236f26d351f22c /src/include/sman.H1 | |
parent | 3a1b2980a28cd0a1f2e730df1512ff11c62b6151 (diff) | |
download | open-axiom-09784132ff79b5f253ab2825d965c4b529e27246.tar.gz |
Fix bug when restarting HyperDoc
Diffstat (limited to 'src/include/sman.H1')
-rw-r--r-- | src/include/sman.H1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/sman.H1 b/src/include/sman.H1 index 20dbc909..96452899 100644 --- a/src/include/sman.H1 +++ b/src/include/sman.H1 @@ -25,6 +25,7 @@ static void start_the_graphics(void); static void fork_Axiom(void); static void start_the_Axiom(char * * envp); static void clean_up_sockets(void); +static void clean_hypertex_socket(void); static void read_from_spad_io(int ptcNum); static void read_from_manager(int ptcNum); static void manage_spad_io(int ptcNum); |