mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
gpopup2.h: Removed
gtree.h: Added prototype for sync_tree()
This commit is contained in:
parent
062aa46cec
commit
e7e783c4aa
@ -1,3 +1,8 @@
|
||||
2000-08-03 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* gpopup2.h: Removed
|
||||
* gtree.h: Added prototype for sync_tree()
|
||||
|
||||
2000-07-17 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* gdesktop-init.c (desktop_init_at): fname released after use
|
||||
|
@ -0,0 +1,6 @@
|
||||
#ifndef __GTREE_H
|
||||
#define __GTREE_H
|
||||
|
||||
void sync_tree (char *path);
|
||||
|
||||
#endif /* __GTREE_H */
|
Loading…
Reference in New Issue
Block a user