s3:libsmb: s/struct event_context/struct tevent_context
[Samba/gebeck_regimport.git] / source3 / libsmb / ABI / smbclient-0.2.0.sigs
blobaa85859c2a9c6808363f682d43240566702a6649
1 smbc_chmod: int (const char *, mode_t)
2 smbc_close: int (int)
3 smbc_closedir: int (int)
4 smbc_creat: int (const char *, mode_t)
5 smbc_fgetxattr: int (int, const char *, const void *, size_t)
6 smbc_flistxattr: int (int, char *, size_t)
7 smbc_free_context: int (SMBCCTX *, int)
8 smbc_fremovexattr: int (int, const char *)
9 smbc_fsetxattr: int (int, const char *, const void *, size_t, int)
10 smbc_fstat: int (int, struct stat *)
11 smbc_fstatvfs: int (int, struct statvfs *)
12 smbc_ftruncate: int (int, off_t)
13 smbc_getDebug: int (SMBCCTX *)
14 smbc_getFunctionAddCachedServer: smbc_add_cached_srv_fn (SMBCCTX *)
15 smbc_getFunctionAuthData: smbc_get_auth_data_fn (SMBCCTX *)
16 smbc_getFunctionAuthDataWithContext: smbc_get_auth_data_with_context_fn (SMBCCTX *)
17 smbc_getFunctionCheckServer: smbc_check_server_fn (SMBCCTX *)
18 smbc_getFunctionChmod: smbc_chmod_fn (SMBCCTX *)
19 smbc_getFunctionClose: smbc_close_fn (SMBCCTX *)
20 smbc_getFunctionClosedir: smbc_closedir_fn (SMBCCTX *)
21 smbc_getFunctionCreat: smbc_creat_fn (SMBCCTX *)
22 smbc_getFunctionFstat: smbc_fstat_fn (SMBCCTX *)
23 smbc_getFunctionFstatVFS: smbc_fstatvfs_fn (SMBCCTX *)
24 smbc_getFunctionFstatdir: smbc_fstatdir_fn (SMBCCTX *)
25 smbc_getFunctionFtruncate: smbc_ftruncate_fn (SMBCCTX *)
26 smbc_getFunctionGetCachedServer: smbc_get_cached_srv_fn (SMBCCTX *)
27 smbc_getFunctionGetdents: smbc_getdents_fn (SMBCCTX *)
28 smbc_getFunctionGetxattr: smbc_getxattr_fn (SMBCCTX *)
29 smbc_getFunctionListPrintJobs: smbc_list_print_jobs_fn (SMBCCTX *)
30 smbc_getFunctionListxattr: smbc_listxattr_fn (SMBCCTX *)
31 smbc_getFunctionLseek: smbc_lseek_fn (SMBCCTX *)
32 smbc_getFunctionLseekdir: smbc_lseekdir_fn (SMBCCTX *)
33 smbc_getFunctionMkdir: smbc_mkdir_fn (SMBCCTX *)
34 smbc_getFunctionOpen: smbc_open_fn (SMBCCTX *)
35 smbc_getFunctionOpenPrintJob: smbc_open_print_job_fn (SMBCCTX *)
36 smbc_getFunctionOpendir: smbc_opendir_fn (SMBCCTX *)
37 smbc_getFunctionPrintFile: smbc_print_file_fn (SMBCCTX *)
38 smbc_getFunctionPurgeCachedServers: smbc_purge_cached_fn (SMBCCTX *)
39 smbc_getFunctionRead: smbc_read_fn (SMBCCTX *)
40 smbc_getFunctionReaddir: smbc_readdir_fn (SMBCCTX *)
41 smbc_getFunctionRemoveCachedServer: smbc_remove_cached_srv_fn (SMBCCTX *)
42 smbc_getFunctionRemoveUnusedServer: smbc_remove_unused_server_fn (SMBCCTX *)
43 smbc_getFunctionRemovexattr: smbc_removexattr_fn (SMBCCTX *)
44 smbc_getFunctionRename: smbc_rename_fn (SMBCCTX *)
45 smbc_getFunctionRmdir: smbc_rmdir_fn (SMBCCTX *)
46 smbc_getFunctionSetxattr: smbc_setxattr_fn (SMBCCTX *)
47 smbc_getFunctionStat: smbc_stat_fn (SMBCCTX *)
48 smbc_getFunctionStatVFS: smbc_statvfs_fn (SMBCCTX *)
49 smbc_getFunctionTelldir: smbc_telldir_fn (SMBCCTX *)
50 smbc_getFunctionUnlink: smbc_unlink_fn (SMBCCTX *)
51 smbc_getFunctionUnlinkPrintJob: smbc_unlink_print_job_fn (SMBCCTX *)
52 smbc_getFunctionUtimes: smbc_utimes_fn (SMBCCTX *)
53 smbc_getFunctionWrite: smbc_write_fn (SMBCCTX *)
54 smbc_getNetbiosName: char *(SMBCCTX *)
55 smbc_getOptionBrowseMaxLmbCount: int (SMBCCTX *)
56 smbc_getOptionCaseSensitive: smbc_bool (SMBCCTX *)
57 smbc_getOptionDebugToStderr: smbc_bool (SMBCCTX *)
58 smbc_getOptionFallbackAfterKerberos: smbc_bool (SMBCCTX *)
59 smbc_getOptionFullTimeNames: smbc_bool (SMBCCTX *)
60 smbc_getOptionNoAutoAnonymousLogin: smbc_bool (SMBCCTX *)
61 smbc_getOptionOneSharePerServer: smbc_bool (SMBCCTX *)
62 smbc_getOptionOpenShareMode: smbc_share_mode (SMBCCTX *)
63 smbc_getOptionSmbEncryptionLevel: smbc_smb_encrypt_level (SMBCCTX *)
64 smbc_getOptionUrlEncodeReaddirEntries: smbc_bool (SMBCCTX *)
65 smbc_getOptionUseCCache: smbc_bool (SMBCCTX *)
66 smbc_getOptionUseKerberos: smbc_bool (SMBCCTX *)
67 smbc_getOptionUseNTHash: smbc_bool (SMBCCTX *)
68 smbc_getOptionUserData: void *(SMBCCTX *)
69 smbc_getServerCacheData: struct smbc_server_cache *(SMBCCTX *)
70 smbc_getTimeout: int (SMBCCTX *)
71 smbc_getUser: char *(SMBCCTX *)
72 smbc_getWorkgroup: char *(SMBCCTX *)
73 smbc_getdents: int (unsigned int, struct smbc_dirent *, int)
74 smbc_getxattr: int (const char *, const char *, const void *, size_t)
75 smbc_init: int (smbc_get_auth_data_fn, int)
76 smbc_init_context: SMBCCTX *(SMBCCTX *)
77 smbc_lgetxattr: int (const char *, const char *, const void *, size_t)
78 smbc_list_print_jobs: int (const char *, smbc_list_print_job_fn)
79 smbc_listxattr: int (const char *, char *, size_t)
80 smbc_llistxattr: int (const char *, char *, size_t)
81 smbc_lremovexattr: int (const char *, const char *)
82 smbc_lseek: off_t (int, off_t, int)
83 smbc_lseekdir: int (int, off_t)
84 smbc_lsetxattr: int (const char *, const char *, const void *, size_t, int)
85 smbc_mkdir: int (const char *, mode_t)
86 smbc_new_context: SMBCCTX *(void)
87 smbc_open: int (const char *, int, mode_t)
88 smbc_open_print_job: int (const char *)
89 smbc_opendir: int (const char *)
90 smbc_option_get: void *(SMBCCTX *, char *)
91 smbc_option_set: void (SMBCCTX *, char *, ...)
92 smbc_print_file: int (const char *, const char *)
93 smbc_read: ssize_t (int, void *, size_t)
94 smbc_readdir: struct smbc_dirent *(unsigned int)
95 smbc_removexattr: int (const char *, const char *)
96 smbc_rename: int (const char *, const char *)
97 smbc_rmdir: int (const char *)
98 smbc_setDebug: void (SMBCCTX *, int)
99 smbc_setFunctionAddCachedServer: void (SMBCCTX *, smbc_add_cached_srv_fn)
100 smbc_setFunctionAuthData: void (SMBCCTX *, smbc_get_auth_data_fn)
101 smbc_setFunctionAuthDataWithContext: void (SMBCCTX *, smbc_get_auth_data_with_context_fn)
102 smbc_setFunctionCheckServer: void (SMBCCTX *, smbc_check_server_fn)
103 smbc_setFunctionChmod: void (SMBCCTX *, smbc_chmod_fn)
104 smbc_setFunctionClose: void (SMBCCTX *, smbc_close_fn)
105 smbc_setFunctionClosedir: void (SMBCCTX *, smbc_closedir_fn)
106 smbc_setFunctionCreat: void (SMBCCTX *, smbc_creat_fn)
107 smbc_setFunctionFstat: void (SMBCCTX *, smbc_fstat_fn)
108 smbc_setFunctionFstatVFS: void (SMBCCTX *, smbc_fstatvfs_fn)
109 smbc_setFunctionFstatdir: void (SMBCCTX *, smbc_fstatdir_fn)
110 smbc_setFunctionFtruncate: void (SMBCCTX *, smbc_ftruncate_fn)
111 smbc_setFunctionGetCachedServer: void (SMBCCTX *, smbc_get_cached_srv_fn)
112 smbc_setFunctionGetdents: void (SMBCCTX *, smbc_getdents_fn)
113 smbc_setFunctionGetxattr: void (SMBCCTX *, smbc_getxattr_fn)
114 smbc_setFunctionListPrintJobs: void (SMBCCTX *, smbc_list_print_jobs_fn)
115 smbc_setFunctionListxattr: void (SMBCCTX *, smbc_listxattr_fn)
116 smbc_setFunctionLseek: void (SMBCCTX *, smbc_lseek_fn)
117 smbc_setFunctionLseekdir: void (SMBCCTX *, smbc_lseekdir_fn)
118 smbc_setFunctionMkdir: void (SMBCCTX *, smbc_mkdir_fn)
119 smbc_setFunctionOpen: void (SMBCCTX *, smbc_open_fn)
120 smbc_setFunctionOpenPrintJob: void (SMBCCTX *, smbc_open_print_job_fn)
121 smbc_setFunctionOpendir: void (SMBCCTX *, smbc_opendir_fn)
122 smbc_setFunctionPrintFile: void (SMBCCTX *, smbc_print_file_fn)
123 smbc_setFunctionPurgeCachedServers: void (SMBCCTX *, smbc_purge_cached_fn)
124 smbc_setFunctionRead: void (SMBCCTX *, smbc_read_fn)
125 smbc_setFunctionReaddir: void (SMBCCTX *, smbc_readdir_fn)
126 smbc_setFunctionRemoveCachedServer: void (SMBCCTX *, smbc_remove_cached_srv_fn)
127 smbc_setFunctionRemoveUnusedServer: void (SMBCCTX *, smbc_remove_unused_server_fn)
128 smbc_setFunctionRemovexattr: void (SMBCCTX *, smbc_removexattr_fn)
129 smbc_setFunctionRename: void (SMBCCTX *, smbc_rename_fn)
130 smbc_setFunctionRmdir: void (SMBCCTX *, smbc_rmdir_fn)
131 smbc_setFunctionSetxattr: void (SMBCCTX *, smbc_setxattr_fn)
132 smbc_setFunctionStat: void (SMBCCTX *, smbc_stat_fn)
133 smbc_setFunctionStatVFS: void (SMBCCTX *, smbc_statvfs_fn)
134 smbc_setFunctionTelldir: void (SMBCCTX *, smbc_telldir_fn)
135 smbc_setFunctionUnlink: void (SMBCCTX *, smbc_unlink_fn)
136 smbc_setFunctionUnlinkPrintJob: void (SMBCCTX *, smbc_unlink_print_job_fn)
137 smbc_setFunctionUtimes: void (SMBCCTX *, smbc_utimes_fn)
138 smbc_setFunctionWrite: void (SMBCCTX *, smbc_write_fn)
139 smbc_setNetbiosName: void (SMBCCTX *, char *)
140 smbc_setOptionBrowseMaxLmbCount: void (SMBCCTX *, int)
141 smbc_setOptionCaseSensitive: void (SMBCCTX *, smbc_bool)
142 smbc_setOptionDebugToStderr: void (SMBCCTX *, smbc_bool)
143 smbc_setOptionFallbackAfterKerberos: void (SMBCCTX *, smbc_bool)
144 smbc_setOptionFullTimeNames: void (SMBCCTX *, smbc_bool)
145 smbc_setOptionNoAutoAnonymousLogin: void (SMBCCTX *, smbc_bool)
146 smbc_setOptionOneSharePerServer: void (SMBCCTX *, smbc_bool)
147 smbc_setOptionOpenShareMode: void (SMBCCTX *, smbc_share_mode)
148 smbc_setOptionSmbEncryptionLevel: void (SMBCCTX *, smbc_smb_encrypt_level)
149 smbc_setOptionUrlEncodeReaddirEntries: void (SMBCCTX *, smbc_bool)
150 smbc_setOptionUseCCache: void (SMBCCTX *, smbc_bool)
151 smbc_setOptionUseKerberos: void (SMBCCTX *, smbc_bool)
152 smbc_setOptionUseNTHash: void (SMBCCTX *, smbc_bool)
153 smbc_setOptionUserData: void (SMBCCTX *, void *)
154 smbc_setServerCacheData: void (SMBCCTX *, struct smbc_server_cache *)
155 smbc_setTimeout: void (SMBCCTX *, int)
156 smbc_setUser: void (SMBCCTX *, char *)
157 smbc_setWorkgroup: void (SMBCCTX *, char *)
158 smbc_set_context: SMBCCTX *(SMBCCTX *)
159 smbc_set_credentials: void (const char *, const char *, const char *, smbc_bool, const char *)
160 smbc_set_credentials_with_fallback: void (SMBCCTX *, const char *, const char *, const char *)
161 smbc_setxattr: int (const char *, const char *, const void *, size_t, int)
162 smbc_stat: int (const char *, struct stat *)
163 smbc_statvfs: int (char *, struct statvfs *)
164 smbc_telldir: off_t (int)
165 smbc_unlink: int (const char *)
166 smbc_unlink_print_job: int (const char *, int)
167 smbc_urldecode: int (char *, char *, size_t)
168 smbc_urlencode: int (char *, char *, int)
169 smbc_utime: int (const char *, struct utimbuf *)
170 smbc_utimes: int (const char *, struct timeval *)
171 smbc_version: const char *(void)
172 smbc_write: ssize_t (int, const void *, size_t)