Initial commit
This commit is contained in:
commit
b2df740514
19 changed files with 1640 additions and 0 deletions
17
dlhist.h
Normal file
17
dlhist.h
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
#ifndef DLHIST_H
|
||||
#define DLHIST_H
|
||||
|
||||
int dlhist_open();
|
||||
|
||||
int dlhist_lookup(const char *url);
|
||||
|
||||
void dlhist_update(const char *url);
|
||||
|
||||
void dlhist_purge(unsigned int timestamp);
|
||||
|
||||
void dlhist_flush();
|
||||
|
||||
void dlhist_close();
|
||||
|
||||
#endif /* DLHIST */
|
||||
Reference in a new issue