3 #if !defined (__TILDE_H__)
7 #if !defined (__FUNCTION_DEF)
8 # define __FUNCTION_DEF
10 typedef void VFunction ();
11 typedef char *CPFunction ();
12 typedef char **CPPFunction ();
19 extern CPFunction *tilde_expansion_failure_hook;
24 extern char **tilde_additional_prefixes;
29 extern char **tilde_additional_suffixes;
32 extern char *tilde_expand ();
36 extern char *tilde_expand_word ();