libsaria: Remove diff reject file

Where did this come from?

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
This commit is contained in:
Bryan Schumaker 2012-04-13 08:05:40 -04:00
parent 3287cde11e
commit 0cdd5eff0d
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
#ifndef LIBSARIA_PATH_H
#define LIBSARIA_PATH_H
#include <libsaria/track.h>
#include <string>
#include <list>
using namespace std;
#include <sys/types.h>
struct file
{
string name;
sid_t d_sid;
};
string get_saria_dir();
void make_saria_dir();
sid_t lookup_songid(string &);
#endif /* LIBSARIA_PATH_H */