summaryrefslogtreecommitdiffstats
path: root/src/itdb_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/itdb_private.h')
-rw-r--r--src/itdb_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/itdb_private.h b/src/itdb_private.h
index 8fcbcea..62d3fc3 100644
--- a/src/itdb_private.h
+++ b/src/itdb_private.h
@@ -142,8 +142,8 @@ struct _Itdb_DB{
typedef struct _Itdb_DB Itdb_DB;
-G_GNUC_INTERNAL gboolean itdb_spl_action_known (SPLAction action);
-G_GNUC_INTERNAL void itdb_splr_free (SPLRule *splr);
+G_GNUC_INTERNAL gboolean itdb_spl_action_known (ItdbSPLAction action);
+G_GNUC_INTERNAL void itdb_splr_free (Itdb_SPLRule *splr);
G_GNUC_INTERNAL const gchar *itdb_photodb_get_mountpoint (Itdb_PhotoDB *photodb);
G_GNUC_INTERNAL gchar *db_get_mountpoint (Itdb_DB *db);
G_GNUC_INTERNAL Itdb_Device *db_get_device(Itdb_DB *db);