ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/uuint.h
(Generate patch)

Comparing Convert-UUlib/uulib/uuint.h (file contents):
Revision 1.3 by root, Sun Mar 31 20:04:30 2002 UTC vs.
Revision 1.4 by root, Sun Mar 31 21:42:37 2002 UTC

20/* 20/*
21 * This file describes the internal structures, variables and definitions 21 * This file describes the internal structures, variables and definitions
22 * of UUDeview. It should not be included from other packages. Subject to 22 * of UUDeview. It should not be included from other packages. Subject to
23 * change without notice. Do not depend on anything here. 23 * change without notice. Do not depend on anything here.
24 * 24 *
25 * $Id: uuint.h,v 1.3 2002/03/31 20:04:30 root Exp $ 25 * $Id: uuint.h,v 1.4 2002/03/31 21:42:37 root Exp $
26 */ 26 */
27 27
28/* 28/*
29 * Busy Polls will be made after processing ... lines 29 * Busy Polls will be made after processing ... lines
30 */ 30 */
175 175
176extern void *uu_MsgCBArg; 176extern void *uu_MsgCBArg;
177extern void *uu_BusyCBArg; 177extern void *uu_BusyCBArg;
178extern void *uu_FileCBArg; 178extern void *uu_FileCBArg;
179extern void *uu_FFCBArg; 179extern void *uu_FFCBArg;
180extern void *uu_FNCBArg;
180 181
181/* 182/*
182 * variables 183 * variables
183 */ 184 */
184 185
252 253
253#ifdef __cplusplus 254#ifdef __cplusplus
254extern "C" { 255extern "C" {
255#endif 256#endif
256 257
257extern void (*uu_MsgCallback) (void *, char *, int); 258extern void (*uu_MsgCallback) (void *, char *, int);
258extern int (*uu_BusyCallback) (void *, uuprogress *); 259extern int (*uu_BusyCallback) (void *, uuprogress *);
259extern int (*uu_FileCallback) (void *, char *, char *, int); 260extern int (*uu_FileCallback) (void *, char *, char *, int);
260extern char * (*uu_FNameFilter) (void *, char *); 261extern char * (*uu_FNameFilter) (void *, char *);
262extern char * (*uu_FileNameCallback)(void *, char *, char *);
261 263
262/* 264/*
263 * Functions from uulib.c that aren't defined in <uudeview.h> 265 * Functions from uulib.c that aren't defined in <uudeview.h>
264 * Be careful about the definition with variable arguments. 266 * Be careful about the definition with variable arguments.
265 */ 267 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines