summaryrefslogtreecommitdiff
path: root/synth/watch_files.h
blob: b9c7d2dbd010ec2574b289c494adabb9f219f9a0 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __WATCH_FILES_H__
#define __WATCH_FILES_H__

void* watch_files(void* unused);

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

#endif