summaryrefslogtreecommitdiffstats
path: root/contrib/libreadline/histlib.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-04-11 02:33:07 +0000
committerache <ache@FreeBSD.org>2001-04-11 02:33:07 +0000
commite5103242d94d5211fa44bad651caaa7a61519867 (patch)
tree2a3a3b5b7ce03cb28810b3212cb44a3a1698ca44 /contrib/libreadline/histlib.h
parentb85a0e54aedf144ea0dff369289bd3fb6f694f5f (diff)
downloadFreeBSD-src-e5103242d94d5211fa44bad651caaa7a61519867.zip
FreeBSD-src-e5103242d94d5211fa44bad651caaa7a61519867.tar.gz
v4.2 initial import
Diffstat (limited to 'contrib/libreadline/histlib.h')
-rw-r--r--contrib/libreadline/histlib.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/libreadline/histlib.h b/contrib/libreadline/histlib.h
index 88a34d1..bc948b0 100644
--- a/contrib/libreadline/histlib.h
+++ b/contrib/libreadline/histlib.h
@@ -22,15 +22,6 @@
#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) \
OpenPOWER on IntegriCloud