mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
9ea97c5d75
Going to be used by the GtkDTree widget, as this is taking lots of time in the file manager.
15 lines
205 B
C
15 lines
205 B
C
/*
|
|
* gtree: utility routines to use the GtkDTree widget in gmc.
|
|
*
|
|
* Miguel de Icaza
|
|
*/
|
|
#include <config.h>
|
|
#include <sys/types.h>
|
|
#include <gnome.h>
|
|
#include "gtree.h"
|
|
|
|
void
|
|
sync_tree (char *path)
|
|
{
|
|
}
|