aboutsummaryrefslogtreecommitdiff
path: root/libutil/op_version.h
blob: 43a836582d54dcdf85607a0dcd1164c52e0ce8f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
 * @file op_version.h
 * output version string
 *
 * @remark Copyright 2003 OProfile authors
 * @remark Read the file COPYING
 *
 * @author John Levon
 * @author Philippe Elie
 */

#ifndef OP_VERSION_H
#define OP_VERSION_H

#ifdef __cplusplus
extern "C" {
#endif

/** output the version string */
void show_version(char const * app_name);

#ifdef __cplusplus
}
#endif

#endif /* !OP_VERSION_H */