aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_util.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-10 01:50:20 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-10 01:50:20 +1000
commitd1c9bca2e9f0eaac2fb8e00e5ed07e8e2906bb02 (patch)
tree9de2b4fd732398afaebd00c732d8fe41762ac322 /parse_util.h
parent49973b85dac4baf843b95ae22ffaed7f41ae43bc (diff)
Another halloc:ification of fish. Halloc has been extended to allow registering function calls, this has allowed the creation of halloc-handled arraylists, stringbuffers, etc. More job parsing halloc-ification has reduced the error handling code to only a shadow of it's former self
darcs-hash:20060209155020-ac50b-e119c5293ce2368e252cfc01b98ab7c629fdd678.gz
Diffstat (limited to 'parse_util.h')
-rw-r--r--parse_util.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/parse_util.h b/parse_util.h
index 923490d6..847260bd 100644
--- a/parse_util.h
+++ b/parse_util.h
@@ -8,6 +8,7 @@
#include <wchar.h>
+
/**
Locate the first subshell in the specified string.
@@ -78,14 +79,4 @@ int parse_util_load( const wchar_t *cmd,
void (*on_load)(const wchar_t *cmd),
int reload );
-/**
- Init the parser utility library
-*/
-void parse_util_init();
-
-/**
- Free resources used by the parser utility library
-*/
-void parse_util_destroy();
-
#endif