File: mime.ih

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

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

static char* mime_ParseEntryArg _((char**));
static int mime_getc _((FILE*));
static char* tag_action _((char*,char*,bool_int));
static char* output_prep _((char*));
static char* do_newline _((char*,int));
static int do_indent _((char*));
static char* find_attr _((char*,char*));