File: ng.ih

package info (click to toggle)
trn4 4.0-test77-18
  • links: PTS, VCS
  • area: non-free
  • in suites: sid, trixie
  • size: 4,016 kB
  • sloc: ansic: 48,332; sh: 6,795; tcl: 1,696; yacc: 662; perl: 108; makefile: 26
file content (12 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
/* ng.ih
 */
/* This software is copyrighted as detailed in the LICENSE file. */

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

static bool count_unCACHED_article _((char*,int));
static bool mark_all_READ _((char*,int));
static bool mark_all_unREAD _((char*,int));
#ifdef DEBUG
static bool debug_article_output _((char*,int));
#endif