gpopup2.h: Removed

gtree.h: Added prototype for sync_tree()
This commit is contained in:
Pavel Roskin 2000-08-03 22:17:59 +00:00
parent 062aa46cec
commit e7e783c4aa
3 changed files with 11 additions and 0 deletions

View File

@ -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

View File

View File

@ -0,0 +1,6 @@
#ifndef __GTREE_H
#define __GTREE_H
void sync_tree (char *path);
#endif /* __GTREE_H */