File: bits.h

package info (click to toggle)
trn4 4.0-test76-3
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 2,988 kB
  • ctags: 2,965
  • sloc: ansic: 48,337; sh: 6,770; tcl: 1,696; yacc: 660; perl: 108; makefile: 72
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));