home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 35 Internet
/
35-Internet.zip
/
trn_12.zip
/
src
/
intrp.h
< prev
next >
Wrap
Text File
|
1993-12-04
|
2KB
|
54 lines
/* $Id: intrp.h,v 4.4.3.1 1992/02/01 03:09:32 sob PATCH_3 sob $
*
* $Log: intrp.h,v $
* Revision 4.4.3.1 1992/02/01 03:09:32 sob
* Release 4.4 Patchlevel 3
*
* Revision 4.4.2.1 1991/12/01 18:05:42 sob
* Patchlevel 2 changes
*
* Revision 4.4 1991/09/09 20:18:23 sob
* release 4.4
*
*
*
*/
/* This software is Copyright 1991 by Stan Barber.
*
* Permission is hereby granted to copy, reproduce, redistribute or otherwise
* use this software as long as: there is no monetary profit gained
* specifically from the use or reproduction of this software, it is not
* sold, rented, traded or otherwise marketed, and this copyright notice is
* included prominently in any copy made.
*
* The author make no claims as to the fitness or correctness of this software
* for any use whatsoever, and it is provided as is. Any use of this software
* is at the user's own risk.
*/
EXT char *lib INIT(Nullch); /* news library */
EXT char *rnlib INIT(Nullch); /* private news program library */
EXT char *origdir INIT(Nullch); /* cwd when rn invoked */
EXT char *homedir INIT(Nullch); /* login directory */
EXT char *dotdir INIT(Nullch); /* where . files go */
EXT char *logname INIT(Nullch); /* login id */
EXT char *sitename INIT(Nullch); /* host name */
EXT int perform_cnt;
#ifdef NEWSADMIN
#ifdef INTERN_H_INCLUDED /* OS2: patch */
/* EXT char newsadmin[] INIT(NEWSADMIN);/* news administrator */
EXT char *newsadmin = uupc_rc_settings.newsadmin ;/* news administrator */
#else
EXT char *newsadmin;
#endif
EXT int newsuid INIT(0);
#endif
void intrp_init ANSI((char *));
char *filexp ANSI((char *));
char *dointerp ANSI((char *,int,char *,char *));
void interp ANSI((char *,int,char *));
void refscpy ANSI((char *,int,char *));
char *getrealname ANSI((long));