File: fileschanged.h

package info (click to toggle)
fileschanged 0.6.5-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 1,348 kB
  • ctags: 159
  • sloc: sh: 4,137; ansic: 1,407; makefile: 87; sed: 16
file content (16 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef FILESCHANGED_H
#define FILESCHANGED_H
#include <fam.h>
struct fileschanged_appstate_t
{
	int exit_gracefully_flag;
	FAMConnection c;
	void *list_of_files_to_monitor;
};

/* For environments not already using gamin */
#ifndef HAVE_FAMNOEXISTS
#define FAMNoExists(X) ;
#endif

#endif