mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-11 05:49:18 +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
|