diff options
author | unknown <SergeyV@selena.> | 2005-09-20 20:11:38 +0400 |
---|---|---|
committer | unknown <SergeyV@selena.> | 2005-09-20 20:11:38 +0400 |
commit | 1818ff1c22b0a9f8029f8fd2f92f4c3296031445 (patch) | |
tree | 4752449619603579d445016c5ad072d9a00a081b /include | |
parent | 3ce33c2c5281ef33f03ff0df1c177bd4be1b9670 (diff) | |
parent | ac604f715d7e8a2c290c9a0ca7ba092db1557505 (diff) | |
download | mariadb-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.h | 3 |
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, |