File: init.h

package info (click to toggle)
trn4 4.0-test77-18
  • links: PTS, VCS
  • area: non-free
  • in suites: trixie
  • size: 4,016 kB
  • sloc: ansic: 48,332; sh: 6,795; tcl: 1,696; yacc: 662; perl: 108; makefile: 26
file content (17 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* init.h
 */
/* This software is copyrighted as detailed in the LICENSE file. */


#define TCBUF_SIZE 1024

EXT long our_pid;
/* default string for group entry */
#if 0
EXT char *group_default INIT(nullstr);
#endif

/* DON'T EDIT BELOW THIS LINE OR YOUR CHANGES WILL BE LOST! */

bool initialize _((int,char**));
void newsnews_check _((void));