mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
8 lines
200 B
C
8 lines
200 B
C
#ifndef __TKINFO_H
|
|
#define __TKINFO_H
|
|
|
|
void x_create_info (Dlg_head *h, widget_data parent, WInfo *info);
|
|
void x_show_info (WInfo *info, struct my_statfs *s, struct stat *b);
|
|
|
|
#endif /* __TKINFO_H */
|