tools subcmd: Rename subcmd header include guards

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/d8081e7528b25ad91f4154b6a3fd063e93c108ec.1450193761.git.jpoimboe@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Josh Poimboeuf
2015-12-15 09:39:40 -06:00
committed by Arnaldo Carvalho de Melo
parent 4b6ab94eab
commit 1843b4e057
7 changed files with 22 additions and 21 deletions

View File

@@ -1,9 +1,9 @@
#ifndef __PERF_PAGER_H
#define __PERF_PAGER_H
#ifndef __SUBCMD_PAGER_H
#define __SUBCMD_PAGER_H
extern void pager_init(const char *pager_env);
extern void setup_pager(void);
extern int pager_in_use(void);
#endif /* __PERF_PAGER_H */
#endif /* __SUBCMD_PAGER_H */