repo.or.cz
/
kaloumi3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch '2134_am_silent_rules'
[kaloumi3.git]
/
src
/
info.h
blob
dbc51c7c4ffa8c1a83b51c5a22fb18ed5239c5e9
1
2
/** \file info.h
3
* \brief Header: panel managing
4
*/
5
6
#ifndef MC_INFO_H
7
#define MC_INFO_H
8
9
struct
WInfo
;
10
typedef
struct
WInfo WInfo
;
11
12
WInfo
*
info_new
(
void
);
13
14
#endif