mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
e7e783c4aa
gtree.h: Added prototype for sync_tree()
7 lines
90 B
C
7 lines
90 B
C
#ifndef __GTREE_H
|
|
#define __GTREE_H
|
|
|
|
void sync_tree (char *path);
|
|
|
|
#endif /* __GTREE_H */
|