diff options
author | dos-reis <gdr@axiomatics.org> | 2008-04-01 07:38:50 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-04-01 07:38:50 +0000 |
commit | 792e7b4e6ec894f93a8fbe51ccf6c155997c69ec (patch) | |
tree | 0b11cb955a99fdd6c419b19646e35578ef11086f /src/hyper/spadbuf.c | |
parent | 7a0c33622b460c94beef6cd31ef37807887f5a2c (diff) | |
download | open-axiom-792e7b4e6ec894f93a8fbe51ccf6c155997c69ec.tar.gz |
* include/nagman.H1: Remove.
* include/session.H1: Move content to sman/session.c. Remove.
* sman/session.c: Don't include "session.H1" anymore.
* sman/spadclient.c: Don't include "spadclient.H1" anymore.
* include/spadclient.H1: Remove.
* include/spadbuf.H1: Move content to hyper/spadbuf.c. Remove.
* hyper/spadbuf.c: Don't include "spadbuf.H1" anymore.
* hyper/htadd.c: Don't include "htadd.H1" anymore.
* include/htadd.H1: Move content to hyper/htadd.c. Remove.
Diffstat (limited to 'src/hyper/spadbuf.c')
-rw-r--r-- | src/hyper/spadbuf.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/hyper/spadbuf.c b/src/hyper/spadbuf.c index 1a6bc0ef..b8795723 100644 --- a/src/hyper/spadbuf.c +++ b/src/hyper/spadbuf.c @@ -52,7 +52,6 @@ #include "edible.h" #include "com.h" -#include "spadbuf.H1" #include "sockio.h" #include "edin.H1" #include "wct.H1" @@ -60,6 +59,10 @@ #include "cursor.H1" #include "fnct_key.H1" +static void spadbuf_inter_handler(int); +static void spadbuf_function_chars(void); +static void interp_io(void); +static void init_parent(void); unsigned char _INTR, _QUIT, _ERASE, _KILL, _EOF, _EOL, _RES1, _RES2; |