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.2 by root, Sun Mar 31 20:04:30 2002 UTC vs.
Revision 1.3 by root, Sun Mar 31 21:42:37 2002 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.2 2002/03/31 20:04:30 root Exp $ 24 * $Id: uudeview.h,v 1.3 2002/03/31 21:42:37 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
202 int (*) (void *, char *, 202 int (*) (void *, char *,
203 char *, int))); 203 char *, int)));
204int UUEXPORT UUSetFNameFilter _ANSI_ARGS_((void *, 204int UUEXPORT UUSetFNameFilter _ANSI_ARGS_((void *,
205 char * (*) (void *, 205 char * (*) (void *,
206 char *))); 206 char *)));
207int UUEXPORT UUSetFileNameCallback _ANSI_ARGS_((void *,
208 char * (*) (void *,
209 char *, char *)));
207char * UUEXPORT UUFNameFilter _ANSI_ARGS_((char *)); 210char * UUEXPORT UUFNameFilter _ANSI_ARGS_((char *));
208int UUEXPORT UULoadFile _ANSI_ARGS_((char *, char *, int, int *)); 211int UUEXPORT UULoadFile _ANSI_ARGS_((char *, char *, int, int *));
209uulist *UUEXPORT UUGetFileListItem _ANSI_ARGS_((int)); 212uulist *UUEXPORT UUGetFileListItem _ANSI_ARGS_((int));
210int UUEXPORT UURenameFile _ANSI_ARGS_((uulist *, char *)); 213int UUEXPORT UURenameFile _ANSI_ARGS_((uulist *, char *));
211int UUEXPORT UUDecodeToTemp _ANSI_ARGS_((uulist *)); 214int UUEXPORT UUDecodeToTemp _ANSI_ARGS_((uulist *));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines