summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2005-03-26 01:44:54 +0300
committerunknown <konstantin@mysql.com>2005-03-26 01:44:54 +0300
commit7ff83a3f7f520feda32fb5cf68da54771542cc80 (patch)
tree0794d945ee5476b7a7581e2d3a90547d4eaaaa33 /include
parent2c353624fb781ba89806be8fe78461cd565cc7e7 (diff)
parent3fd639493aea5c340acc2e28617e8d917d54ff7d (diff)
downloadmariadb-git-7ff83a3f7f520feda32fb5cf68da54771542cc80.tar.gz
Manual merge
Diffstat (limited to 'include')
-rw-r--r--include/my_sys.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/my_sys.h b/include/my_sys.h
index c4385cd5fd2..523c0570de7 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -855,6 +855,14 @@ extern void thd_increment_net_big_packet_count(ulong length);
#ifdef __WIN__
extern my_bool have_tcpip; /* Is set if tcpip is used */
+
+/* implemented in my_windac.c */
+
+int my_security_attr_create(SECURITY_ATTRIBUTES **psa, const char **perror,
+ DWORD owner_rights, DWORD everybody_rights);
+
+void my_security_attr_free(SECURITY_ATTRIBUTES *sa);
+
#endif
#ifdef __NETWARE__
void netware_reg_user(const char *ip, const char *user,