File: univ.ih

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

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

static void univ_free_data _((UNIV_ITEM*));
static int univ_DoMatch _((char*,char*));
static bool univ_use_file _((char*,char*,char*));
static bool univ_include_file _((char*));
static void univ_do_line_ext1 _((char*,char*));
static bool univ_do_line _((char*));
static char* univ_edit_new_userfile _((void));
static void univ_vg_addart _((ART_NUM));
static void univ_vg_addgroup _((void));
static int univ_order_number _((UNIV_ITEM**,UNIV_ITEM**));
#ifdef SCORE
static int univ_order_score _((UNIV_ITEM**,UNIV_ITEM**));
#endif