File: isiin.h

package info (click to toggle)
referencer 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,028 kB
  • ctags: 2,265
  • sloc: ansic: 32,973; cpp: 12,149; python: 1,314; xml: 1,258; sh: 1,154; makefile: 252
file content (25 lines) | stat: -rw-r--r-- 672 bytes parent folder | download | duplicates (6)
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
/*
 * isiin.h
 * 
 * Copyright (c) Chris Putnam 2004-7
 *
 * Program and source code released under the GPL
 *
 */
#ifndef ISIIN_H
#define ISIIN_H

#include "newstr.h"
#include "fields.h"
#include "reftypes.h"

extern int isiin_readf( FILE *fp, char *buf, int bufsize, int *bufpos, newstr *line, newstr *reference, int *fcharset );
extern int isiin_typef( fields *isiin, char *filename, int nref, variants *all, int nall );
extern void isiin_convertf( fields *isiin, fields *info, int reftype, int verbose, variants *all, int nall );
extern int isiin_processf( fields *isiin, char *p, char *filename, long nref );

extern variants isi_all[];
extern int isi_nall;

#endif