[almanah] vfs: Fix some non-static function declarations
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [almanah] vfs: Fix some non-static function declarations
- Date: Tue, 6 Dec 2016 07:55:26 +0000 (UTC)
commit ed393b41711fb29c099921807f912fe1a9b07f96
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue Dec 6 00:55:54 2016 +0000
vfs: Fix some non-static function declarations
This fixes a few compiler warnings.
src/vfs.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/vfs.c b/src/vfs.c
index c4b11ea..323722e 100644
--- a/src/vfs.c
+++ b/src/vfs.c
@@ -53,6 +53,8 @@
#include <config.h>
+#include "vfs.h"
+
/* VFS singleton and not a sqlite3_vfs static struct
due GSettings is setup in initialization time */
static sqlite3_vfs *almanah_vfs_singleton = NULL;
@@ -127,7 +129,7 @@ enum {
#define ALMANAH_VFS_ERROR almanah_vfs_error_quark ()
-GQuark
+static GQuark
almanah_vfs_error_quark (void)
{
return g_quark_from_static_string ("almanah-vfs-error-quark");
@@ -1250,7 +1252,7 @@ almanah_vfs_current_time (__attribute__ ((unused)) sqlite3_vfs *pVfs, double *pT
**
** sqlite3_vfs_register(sqlite3_almanah_vfs(settings), 0);
*/
-sqlite3_vfs*
+static sqlite3_vfs *
sqlite3_almanah_vfs (GSettings *settings)
{
if (almanah_vfs_singleton == NULL) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]