diff options
author | Martin Mares <mj@ucw.cz> | 2000-02-15 12:18:37 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-02-15 12:18:37 +0000 |
commit | c51f132d582632037b4ef064fbd32d785af245fc (patch) | |
tree | 51fcfbfb921f5fe00c41796243096e9645c490f8 /client/client.h | |
parent | 973304bc2b274ffaa6e27612256f6cea4a3a40c1 (diff) |
First usable version of the client. No command completion and similar nifty
features yet, but it works.
Diffstat (limited to 'client/client.h')
-rw-r--r-- | client/client.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/client.h b/client/client.h index 2e1e050f..f0edeeb5 100644 --- a/client/client.h +++ b/client/client.h @@ -5,3 +5,7 @@ * * Can be freely distributed and used under the terms of the GNU GPL. */ + +/* client.c */ + +void cleanup(void); |