summaryrefslogtreecommitdiff
path: root/synth/watch_files.h
blob: 37ecf0a9a3f54dfa0cc17b832ee68c2dcb8290cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "defines.h"
#ifdef WATCHFILES

#ifndef __WATCH_FILES_H__
#define __WATCH_FILES_H__

void* watch_files(void* unused);

void add_watch(int prog);
void remove_watch(int prog);

#endif

#endif