mirror of
https://github.com/perk11/runwhenidle.git
synced 2026-01-06 20:33:57 -05:00
8 lines
172 B
C
8 lines
172 B
C
#ifndef RUNWHENIDLE_OUTPUT_SETTINGS_H
|
|
#define RUNWHENIDLE_OUTPUT_SETTINGS_H
|
|
extern int verbose;
|
|
extern int quiet;
|
|
extern int debug;
|
|
|
|
#endif //RUNWHENIDLE_OUTPUT_SETTINGS_H
|