File: dumpflags.h

package info (click to toggle)
jdupes 1.31.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,692 kB
  • sloc: ansic: 5,038; sh: 561; makefile: 251; xml: 9
file content (19 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* Debug flag dumping
 * This file is part of jdupes; see jdupes.c for license information */

#ifndef JDUPES_DUMPFLAGS_H
#define JDUPES_DUMPFLAGS_H

#ifdef __cplusplus
extern "C" {
#endif

#ifdef DEBUG
extern void dump_all_flags(void);
#endif

#ifdef __cplusplus
}
#endif

#endif /* JDUPES_DUMPFLAGS_H */