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

unsigned char *readdb(char *filename);
// TODO: Implement writedb function

#endif