File: rt-process.h

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


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

ARTICLE* allocate_article _((ART_NUM));
int msgid_cmp _((char*,int,HASHDATUM));
bool valid_article _((ARTICLE*));
ARTICLE* get_article _((char*));
void thread_article _((ARTICLE*,char*));
void rover_thread _((ARTICLE*,char*));
void link_child _((ARTICLE*));
void merge_threads _((SUBJECT*,SUBJECT*));