This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
43
mysql-admutils.h
Normal file
43
mysql-admutils.h
Normal file
@@ -0,0 +1,43 @@
|
||||
/*
|
||||
* @(#) $Header: /tmp/cvs/mysql-admutils/mysql-admutils.h,v 1.1.1.1 2001-11-25 00:41:16 lkarsten Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef MYSQL_ADMUTILS_H
|
||||
#define MYSQL_ADMUTILS_H
|
||||
|
||||
extern char *program_name;
|
||||
|
||||
/* defined in pwfile.c */
|
||||
extern const char *db_server;
|
||||
extern const char *db_user;
|
||||
extern const char *db_passwd;
|
||||
extern const char *db_name;
|
||||
|
||||
extern int
|
||||
wrong_use(char *format, ...);
|
||||
|
||||
extern int
|
||||
fatal_error(char *format, ...);
|
||||
|
||||
extern int
|
||||
owner(char *name);
|
||||
|
||||
extern int
|
||||
version(void);
|
||||
|
||||
extern int
|
||||
read_config_file(void);
|
||||
|
||||
|
||||
#ifdef _mysql_h
|
||||
|
||||
extern int
|
||||
dberror(MYSQL *pmysql, char *format, ...);
|
||||
|
||||
extern int
|
||||
reload(MYSQL *pmysql);
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* MYSQL_ADMUTILS_H */
|
||||
Reference in New Issue
Block a user