File: fileset.h

package info (click to toggle)
sludge 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,844 kB
  • ctags: 2,981
  • sloc: cpp: 31,952; sh: 1,259; xml: 874; makefile: 672
file content (12 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
extern FILE * bigDataFile;

void setFileIndices (FILE * fp, int, unsigned int);

unsigned int openFileFromNum (int num);
bool openSubSlice (int num);
bool openObjectSlice (int num);
char * getNumberedString (int value);

bool startAccess ();
void finishAccess ();