This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efm2.
View the commit online.
commit 8b51711c400241f0015223bdbe58f740988ec11c
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Tue Sep 12 22:39:29 2023 +0100
move prototypes to their right header
---
src/efm/efm.c | 4 ----
src/efm/efm_private.h | 4 ++++
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/efm/efm.c b/src/efm/efm.c
index 93b7558..e74cfe6 100644
--- a/src/efm/efm.c
+++ b/src/efm/efm.c
@@ -41,10 +41,6 @@ static Evas_Smart_Class _sc_parent = EVAS_SMART_CLASS_INIT_NULL;
#define ENTRY Smart_Data *sd = evas_object_smart_data_get(obj); if (!sd) return
-static void _listing_do(Smart_Data *sd);
-static void _listing_done(Smart_Data *sd);
-static double _scale_get(Smart_Data *sd);
-
#include "efm_private.h"
#include "efm_back_end.c"
#include "efm_util.c"
diff --git a/src/efm/efm_private.h b/src/efm/efm_private.h
index 4cc67f7..cad02c5 100644
--- a/src/efm/efm_private.h
+++ b/src/efm/efm_private.h
@@ -1,5 +1,9 @@
// functions used between the split up parts of the efm view
+static void _listing_do (Smart_Data *sd);
+static void _listing_done (Smart_Data *sd);
+static double _scale_get (Smart_Data *sd);
+
static void _command (Smart_Data *sd, const char *cmd);
static void _process (Smart_Data_Thread *std, Ecore_Thread *th, Eina_List *batch);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.