e7e783c4aa
gtree.h: Added prototype for sync_tree()
7 строки
90 B
C
7 строки
90 B
C
#ifndef __GTREE_H
|
|
#define __GTREE_H
|
|
|
|
void sync_tree (char *path);
|
|
|
|
#endif /* __GTREE_H */
|