mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
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
This commit is contained in:
11
parse_util.h
11
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
|
||||
|
||||
Reference in New Issue
Block a user