]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - lib/readline/histlib.h
Imported from ../bash-2.05.tar.gz.
[thirdparty/bash.git] / lib / readline / histlib.h
index 88a34d10f1d57e22d6a6783a255b11af61d95ce5..bc948b08003546704d319bc7c58f94b5aa209369 100644 (file)
 #if !defined (_HISTLIB_H_)
 #define _HISTLIB_H_
 
-/* Function pointers can be declared as (Function *)foo. */
-#if !defined (_FUNCTION_DEF)
-#  define _FUNCTION_DEF
-typedef int Function ();
-typedef void VFunction ();
-typedef char *CPFunction ();
-typedef char **CPPFunction ();
-#endif /* _FUNCTION_DEF */
-
 #if !defined (STREQ)
 #define STREQ(a, b)    (((a)[0] == (b)[0]) && (strcmp ((a), (b)) == 0))
 #define STREQN(a, b, n) (((n) == 0) ? (1) \