- Add e_prefix.h for e_prefix_bin_get()

- Formatting


SVN revision: 35469
This commit is contained in:
Sebastian Dransfeld 2008-08-13 18:56:09 +00:00
parent ce460cfb5e
commit 4ab59bacc7
1 changed files with 3 additions and 1 deletions

View File

@ -36,6 +36,7 @@
#include "config.h"
#include "e_fm_op.h"
#include "e_prefix.h"
/* E_DBUS support */
#ifdef HAVE_EDBUS
@ -2177,7 +2178,8 @@ _e_dir_del(E_Dir *ed)
free(ed);
}
static const char *_e_prepare_command(E_Fm_Op_Type type, const char *args)
static const char *
_e_prepare_command(E_Fm_Op_Type type, const char *args)
{
char *buffer;
unsigned int length = 0;