Drop the init and shutdown function for the completion code

darcs-hash:20060722101651-ac50b-45f840a5b2f7461d976a8f5b859aa99bfa472274.gz
This commit is contained in:
axel
2006-07-22 20:16:51 +10:00
parent 2a7bc8c04b
commit b2d940c25a
4 changed files with 81 additions and 51 deletions

View File

@@ -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();
/**