1998-11-23 19:41:49 +00:00
|
|
|
/*
|
1998-12-02 05:18:20 +00:00
|
|
|
* gtree: utility routines to use the GtkDTree widget in gmc.
|
1998-11-23 19:41:49 +00:00
|
|
|
*
|
1998-12-02 05:18:20 +00:00
|
|
|
* Miguel de Icaza
|
1998-11-23 19:41:49 +00:00
|
|
|
*/
|
|
|
|
#include <config.h>
|
1998-12-02 05:18:20 +00:00
|
|
|
#include <sys/types.h>
|
1998-11-23 19:41:49 +00:00
|
|
|
#include <gnome.h>
|
|
|
|
#include "gtree.h"
|
|
|
|
|
1998-12-02 05:18:20 +00:00
|
|
|
void
|
1999-01-09 03:43:05 +00:00
|
|
|
sync_tree (char *path)
|
1998-11-23 19:41:49 +00:00
|
|
|
{
|
|
|
|
}
|