comparison src/protocols/zephyr/zephyr.h @ 7261:1930e3d00ecd

[gaim-migrate @ 7838] prpl-specific normalize is back, after my crusade to kill it. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 14 Oct 2003 05:07:39 +0000
parents 381da05cb5ed
children 08ce2a94d9c7
comparison
equal deleted inserted replaced
7260:49839c4cbb1c 7261:1930e3d00ecd
3 * 3 *
4 * Created by: Robert French 4 * Created by: Robert French
5 * 5 *
6 * $Source$ 6 * $Source$
7 * $Author: faceprint $ 7 * $Author: faceprint $
8 * $Id: zephyr.h 5500 2003-04-15 04:18:00Z faceprint $ 8 * $Id: zephyr.h 7838 2003-10-14 05:07:39Z faceprint $
9 * 9 *
10 * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of 10 * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of
11 * Technology. For copying and distribution information, see the 11 * Technology. For copying and distribution information, see the
12 * file "mit-copyright.h". 12 * file "mit-copyright.h".
13 */ 13 */
87 int z_auth; 87 int z_auth;
88 int z_checked_auth; 88 int z_checked_auth;
89 int z_authent_len; 89 int z_authent_len;
90 char *z_ascii_authent; 90 char *z_ascii_authent;
91 char *z_class; 91 char *z_class;
92 char *z_class_inst; 92 const char *z_class_inst;
93 char *z_opcode; 93 char *z_opcode;
94 char *z_sender; 94 char *z_sender;
95 const char *z_recipient; 95 const char *z_recipient;
96 char *z_default_format; 96 char *z_default_format;
97 char *z_multinotice; 97 char *z_multinotice;
159 Code_t ZFormatNotice ZP((ZNotice_t*, char**, int*, Z_AuthProc)); 159 Code_t ZFormatNotice ZP((ZNotice_t*, char**, int*, Z_AuthProc));
160 Code_t ZFormatSmallNotice ZP((ZNotice_t*, ZPacket_t, int*, Z_AuthProc)); 160 Code_t ZFormatSmallNotice ZP((ZNotice_t*, ZPacket_t, int*, Z_AuthProc));
161 Code_t ZFormatRawNoticeList ZP((ZNotice_t *notice, char *list[], int nitems, 161 Code_t ZFormatRawNoticeList ZP((ZNotice_t *notice, char *list[], int nitems,
162 char **buffer, int *ret_len)); 162 char **buffer, int *ret_len));
163 Code_t ZLocateUser ZP((char *, int *, Z_AuthProc)); 163 Code_t ZLocateUser ZP((char *, int *, Z_AuthProc));
164 Code_t ZRequestLocations ZP((char *, ZAsyncLocateData_t *, 164 Code_t ZRequestLocations ZP((const char *, ZAsyncLocateData_t *,
165 ZNotice_Kind_t, Z_AuthProc)); 165 ZNotice_Kind_t, Z_AuthProc));
166 Code_t ZhmStat ZP((struct in_addr *, ZNotice_t *)); 166 Code_t ZhmStat ZP((struct in_addr *, ZNotice_t *));
167 Code_t ZInitialize ZP((void)); 167 Code_t ZInitialize ZP((void));
168 Code_t ZSetServerState ZP((int)); 168 Code_t ZSetServerState ZP((int));
169 Code_t ZSetFD ZP((int)); 169 Code_t ZSetFD ZP((int));