1998-02-27 07:54:42 +03:00
|
|
|
/*
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <config.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <string.h>
|
1999-01-27 04:14:57 +03:00
|
|
|
#include "global.h"
|
1998-02-27 07:54:42 +03:00
|
|
|
#include "dlg.h"
|
|
|
|
#include "widget.h"
|
|
|
|
#include "info.h"
|
|
|
|
#include "win.h"
|
|
|
|
#include "x.h"
|
|
|
|
|
|
|
|
/* The following three include files are needed for cpanel */
|
|
|
|
#include "main.h"
|
|
|
|
#include "dir.h"
|
|
|
|
#include "panel.h"
|
|
|
|
|
|
|
|
void
|
|
|
|
x_create_info (Dlg_head *h, widget_data parent, WInfo *info)
|
|
|
|
{
|
|
|
|
printf ("create info\n");
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
x_show_info (WInfo *info, struct my_statfs *s, struct stat *b)
|
|
|
|
{
|
|
|
|
printf ("updating info\n");
|
|
|
|
}
|