summaryrefslogtreecommitdiff
path: root/myisam/ft_eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'myisam/ft_eval.h')
-rw-r--r--myisam/ft_eval.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/myisam/ft_eval.h b/myisam/ft_eval.h
index 5d7f41ab04d..d87b6be9c7c 100644
--- a/myisam/ft_eval.h
+++ b/myisam/ft_eval.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
+/* Copyright (C) 2000 MySQL AB & Sergei A. Golubchik
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -35,9 +35,6 @@ MI_COLUMNDEF recinfo[3];
MI_KEYDEF keyinfo[2];
MI_KEYSEG keyseg[10];
-void get_options(int argc,char *argv[]);
-int create_record(char *, FILE *);
-
#define SWL_INIT 500
#define SWL_PLUS 50