~serge-hallyn/ubuntu/raring/libvirt/libvirt-hugepages

« back to all changes in this revision

Viewing changes to src/console.h

Tags: upstream-0.4.0
ImportĀ upstreamĀ versionĀ 0.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#ifndef __VIR_CONSOLE_H__
24
24
#define __VIR_CONSOLE_H__
25
25
 
 
26
#ifndef __MINGW32__
 
27
 
26
28
#ifdef __cplusplus
27
29
extern "C" {
28
30
#endif
33
35
}
34
36
#endif
35
37
 
 
38
#endif /* !__MINGW32__ */
 
39
 
36
40
#endif /* __VIR_CONSOLE_H__ */
37
41
 
38
42
/*