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.13 by root, Sat Sep 24 06:02:04 2022 UTC vs.
Revision 1.14 by root, Sat Sep 24 06:22:47 2022 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.13 2022/09/24 06:02:04 root Exp $ 25 * $Id: uuint.h,v 1.14 2022/09/24 06:22:47 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 */
273/* 273/*
274 * Functions from uulib.c that aren't defined in <uudeview.h> 274 * Functions from uulib.c that aren't defined in <uudeview.h>
275 * Be careful about the definition with variable arguments. 275 * Be careful about the definition with variable arguments.
276 */ 276 */
277 277
278#define UUMessage(level, ...) UUMessage_ (__FILE__, __LINE__, level, __VA_ARGS__)
278int UUMessage_ (char *, int, int, char *, ...); 279int UUMessage_ (char *, int, int, char *, ...);
279int UUBusyPoll (void); 280int UUBusyPoll (void);
280
281#define UUMessage(file, line, level, ...) UUMessage_ (__FILE__, __LINE__, level, __VA_ARGS__)
282 281
283/* 282/*
284 * Functions from uucheck.c 283 * Functions from uucheck.c
285 */ 284 */
286 285

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines