aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-07-22 20:16:51 +1000
committerGravatar axel <axel@liljencrantz.se>2006-07-22 20:16:51 +1000
commitb2d940c25a56e0f4dfcf5d3783bea63622680718 (patch)
tree2fef29210270a73ed4620f2b293e4bbed19c1188 /complete.h
parent2a7bc8c04bc1536fbec0f7d48e977d7e127e036e (diff)
Drop the init and shutdown function for the completion code
darcs-hash:20060722101651-ac50b-45f840a5b2f7461d976a8f5b859aa99bfa472274.gz
Diffstat (limited to 'complete.h')
-rw-r--r--complete.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/complete.h b/complete.h
index 2a9690b0..ef507745 100644
--- a/complete.h
+++ b/complete.h
@@ -66,15 +66,6 @@
*/
#define PROG_COMPLETE_SEP L'\t'
-/**
- Initializes various structures used for tab-completion.
-*/
-void complete_init();
-
-/**
- Destroys various structures used for tab-completion and free()s the memory used by them.
-*/
-void complete_destroy();
/**