mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
7 lines
84 B
C
7 lines
84 B
C
|
#ifndef GDESKTOP_INIT_H
|
||
|
#define GDESKTOP_INIT_H
|
||
|
|
||
|
void gdesktop_init (void);
|
||
|
|
||
|
#endif
|