fix header and external api call declaration and formatting etc.

SVN revision: 25044
This commit is contained in:
Carsten Haitzler 2006-08-22 23:20:12 +00:00
parent 64e454e2dc
commit 2a5a0cd8ec
2 changed files with 9 additions and 4 deletions

View File

@ -26,9 +26,8 @@ static int _e_menu_make_apps(const void *data, Ecore_Desktop_Tree * tree, int el
static void _e_menu_dump_each_hash_node(void *value, void *user_data);
static int _e_search_list(Ecore_List *list, const char *search);
void
e_fdo_menu_to_order()
EAPI void
e_fdo_menu_to_order(void)
{
char *menu_file;

View File

@ -1,6 +1,12 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef E_TYPEDEFS
#else
#ifndef E_FDO_MENU_TO_ORDER_H
#define E_FDO_MENU_TO_ORDER_H
void e_fdo_menu_to_order(void);
EAPI void e_fdo_menu_to_order(void);
#endif
#endif