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

Comparing Convert-UUlib/uulib/uudeview.h (file contents):
Revision 1.9 by root, Mon Aug 24 06:15:00 2009 UTC vs.
Revision 1.10 by root, Thu Dec 10 22:49:15 2020 UTC

19 19
20/* 20/*
21 * This include file features all the definitions that should 21 * This include file features all the definitions that should
22 * be externally visible. This isn't much. 22 * be externally visible. This isn't much.
23 * 23 *
24 * $Id: uudeview.h,v 1.9 2009/08/24 06:15:00 root Exp $ 24 * $Id: uudeview.h,v 1.10 2020/12/10 22:49:15 root Exp $
25 */ 25 */
26 26
27#ifndef _ANSI_ARGS_ 27#ifndef _ANSI_ARGS_
28#ifdef PROTOTYPES 28#ifdef PROTOTYPES
29#define _ANSI_ARGS_(c) c 29#define _ANSI_ARGS_(c) c
174 long fsize; /* size of the current file */ 174 long fsize; /* size of the current file */
175 int percent; /* % of _current part_ */ 175 int percent; /* % of _current part_ */
176 long foffset; /* file offset -- internal use only */ 176 long foffset; /* file offset -- internal use only */
177 long totsize; /* file total size -- internal use only */ 177 long totsize; /* file total size -- internal use only */
178} uuprogress; 178} uuprogress;
179 179
180 180
181/* 181/*
182 * Externally visible Functions 182 * Externally visible Functions
183 */ 183 */
184 184
193int UUEXPORT UUInitialize _ANSI_ARGS_((void)); 193int UUEXPORT UUInitialize _ANSI_ARGS_((void));
194int UUEXPORT UUGetOption _ANSI_ARGS_((int, int *, char *, int)); 194int UUEXPORT UUGetOption _ANSI_ARGS_((int, int *, char *, int));
195int UUEXPORT UUSetOption _ANSI_ARGS_((int, int, char *)); 195int UUEXPORT UUSetOption _ANSI_ARGS_((int, int, char *));
196char * UUEXPORT UUstrerror _ANSI_ARGS_((int)); 196char * UUEXPORT UUstrerror _ANSI_ARGS_((int));
197int UUEXPORT UUSetMsgCallback _ANSI_ARGS_((void *, 197int UUEXPORT UUSetMsgCallback _ANSI_ARGS_((void *,
198 void (*) (void *, 198 void (*) (void *,
199 char *, 199 char *,
200 int))); 200 int)));
201int UUEXPORT UUSetBusyCallback _ANSI_ARGS_((void *, 201int UUEXPORT UUSetBusyCallback _ANSI_ARGS_((void *,
202 int (*) (void *, 202 int (*) (void *,
203 uuprogress *), 203 uuprogress *),
218int UUEXPORT UURenameFile _ANSI_ARGS_((uulist *, char *)); 218int UUEXPORT UURenameFile _ANSI_ARGS_((uulist *, char *));
219int UUEXPORT UUDecodeToTemp _ANSI_ARGS_((uulist *)); 219int UUEXPORT UUDecodeToTemp _ANSI_ARGS_((uulist *));
220int UUEXPORT UURemoveTemp _ANSI_ARGS_((uulist *)); 220int UUEXPORT UURemoveTemp _ANSI_ARGS_((uulist *));
221int UUEXPORT UUDecodeFile _ANSI_ARGS_((uulist *, char *)); 221int UUEXPORT UUDecodeFile _ANSI_ARGS_((uulist *, char *));
222int UUEXPORT UUInfoFile _ANSI_ARGS_((uulist *, void *, 222int UUEXPORT UUInfoFile _ANSI_ARGS_((uulist *, void *,
223 int (*) (void *, 223 int (*) (void *,
224 char *))); 224 char *)));
225int UUEXPORT UUSmerge _ANSI_ARGS_((int)); 225int UUEXPORT UUSmerge _ANSI_ARGS_((int));
226int UUEXPORT UUCleanUp _ANSI_ARGS_((void)); 226int UUEXPORT UUCleanUp _ANSI_ARGS_((void));
227 227
228int UUEXPORT UUQuickDecode _ANSI_ARGS_((FILE *, FILE *, 228int UUEXPORT UUQuickDecode _ANSI_ARGS_((FILE *, FILE *,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines