summaryrefslogtreecommitdiffstats
path: root/client/client.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-02-15 13:18:37 +0100
committerMartin Mares <mj@ucw.cz>2000-02-15 13:18:37 +0100
commitc51f132d582632037b4ef064fbd32d785af245fc (patch)
tree51fcfbfb921f5fe00c41796243096e9645c490f8 /client/client.h
parent973304bc2b274ffaa6e27612256f6cea4a3a40c1 (diff)
downloadbird-c51f132d582632037b4ef064fbd32d785af245fc.tar
bird-c51f132d582632037b4ef064fbd32d785af245fc.zip
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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/client.h b/client/client.h
index 2e1e050..f0edeeb 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);