summaryrefslogtreecommitdiff
path: root/include/typelib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/typelib.h')
-rw-r--r--include/typelib.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/typelib.h b/include/typelib.h
index 3badb14c96e..2879c745a3f 100644
--- a/include/typelib.h
+++ b/include/typelib.h
@@ -27,8 +27,10 @@ typedef struct st_typelib { /* Different types saved here */
} TYPELIB;
extern my_ulonglong find_typeset(char *x, TYPELIB *typelib,int *error_position);
-extern int find_type_or_exit(const char *x, TYPELIB *typelib,
- const char *option);
+extern int find_type_with_warning(const char *x, TYPELIB *typelib,
+ const char *option);
+extern uint find_type_or_exit(const char *x, TYPELIB *typelib,
+ const char *option);
extern int find_type(char *x, const TYPELIB *typelib, unsigned int full_name);
extern void make_type(char *to,unsigned int nr,TYPELIB *typelib);
extern const char *get_type(TYPELIB *typelib,unsigned int nr);