summaryrefslogtreecommitdiff
path: root/src/include/fileops.h
blob: 23549137656c6d3b46954b5296e51119b7a8477e (plain)
1
2
3
4
5
6
#ifndef FILEOPS_H
#define FILEOPS_H

unsigned char *readdb(char *filename);

#endif