File: kfile.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 (11 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
/* kfile.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 mention _((char*));
static bool kfile_junk _((char*,int));
static int write_local_thread_commands _((int,HASHDATUM*,int));
static int write_global_thread_commands _((int,HASHDATUM*,int));
static int age_thread_commands _((int,HASHDATUM*,int));