mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-16 07:14:19 +03:00
7 lines
90 B
C
7 lines
90 B
C
#ifndef __GTREE_H
|
|
#define __GTREE_H
|
|
|
|
void sync_tree (char *path);
|
|
|
|
#endif /* __GTREE_H */
|