summaryrefslogtreecommitdiff
path: root/include/libast_internal.h
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2003-03-08 05:01:37 +0000
committerMichael Jennings <mej@kainx.org>2003-03-08 05:01:37 +0000
commit02d8f02c29895c61bdeb12e175550a015ee9cfec (patch)
treea73f955d7e43901c5f89e91e45db4ed33f72d34a /include/libast_internal.h
parent7b05021b3bcae374f31aed4a62c10f2563f0df86 (diff)
downloadlibast-02d8f02c29895c61bdeb12e175550a015ee9cfec.tar.gz
Sat Mar 8 00:01:20 2003 Michael Jennings (mej)
Let's try not to break stuff, shall we? SVN revision: 6750
Diffstat (limited to 'include/libast_internal.h')
-rw-r--r--include/libast_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libast_internal.h b/include/libast_internal.h
index fbae9b8..90e622c 100644
--- a/include/libast_internal.h
+++ b/include/libast_internal.h
@@ -124,7 +124,6 @@ typedef struct ctx_state_struct {
} ctx_state_t;
/* Built-in functions */
-typedef char * (*conf_func_ptr_t) (char *);
typedef struct conf_func_struct {
char *name;
conf_func_ptr_t ptr;