File: bits.h

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


EXT int dmcount INIT(0);

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

void bits_init _((void));
void rc_to_bits _((void));
bool set_firstart _((char*));
void bits_to_rc _((void));
void find_existing_articles _((void));
void onemore _((ARTICLE*));
void oneless _((ARTICLE*));
void oneless_artnum _((ART_NUM));
void onemissing _((ARTICLE*));
void unmark_as_read _((ARTICLE*));
void set_read _((ARTICLE*));
void delay_unmark _((ARTICLE*));
void mark_as_read _((ARTICLE*));
void mark_missing_articles _((void));
void check_first _((ART_NUM));
void yankback _((void));
int chase_xrefs _((bool_int));