summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <SergeyV@selena.>2005-09-20 20:11:38 +0400
committerunknown <SergeyV@selena.>2005-09-20 20:11:38 +0400
commit1818ff1c22b0a9f8029f8fd2f92f4c3296031445 (patch)
tree4752449619603579d445016c5ad072d9a00a081b /include
parent3ce33c2c5281ef33f03ff0df1c177bd4be1b9670 (diff)
parentac604f715d7e8a2c290c9a0ca7ba092db1557505 (diff)
downloadmariadb-git-1818ff1c22b0a9f8029f8fd2f92f4c3296031445.tar.gz
Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-4.1
into selena.:H:/MYSQL/src/#12929-mysql-4.1 include/my_sys.h: Auto merged
Diffstat (limited to 'include')
-rw-r--r--include/my_sys.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/my_sys.h b/include/my_sys.h
index 9127a58d71c..02ea188a18e 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -801,6 +801,9 @@ int my_security_attr_create(SECURITY_ATTRIBUTES **psa, const char **perror,
void my_security_attr_free(SECURITY_ATTRIBUTES *sa);
+/* implemented in my_conio.c */
+char* my_cgets(char *string, unsigned long clen, unsigned long* plen);
+
#endif
#ifdef __NETWARE__
void netware_reg_user(const char *ip, const char *user,