summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 89f0fe6)
raw | patch | inline | side by side (parent: 89f0fe6)
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | |
Thu, 29 Dec 2011 13:23:06 +0000 (14:23 +0100) | ||
committer | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | |
Wed, 4 Jan 2012 19:45:41 +0000 (20:45 +0100) |
src/conf.c | patch | blob | history | |
src/conf.h | patch | blob | history |
diff --git a/src/conf.c b/src/conf.c
index 4496abe92a5ee03fe91ec0360e1968381777eb4d..476c044b650852bd651a77f594a1c2a3dd3f83cb 100644 (file)
--- a/src/conf.c
+++ b/src/conf.c
return g_build_filename(g_get_home_dir(), "." PACKAGE, "keys", NULL);
}
-int
+void
read_configuration(void)
{
char *filename = NULL;
g_free(filename);
filename = NULL;
}
-
- return 0;
}
diff --git a/src/conf.h b/src/conf.h
index 55bc21b3262b28605bced675d489713792c480dc..89f80fc3b6b0d27d4484865675c22ea67dbe6416 100644 (file)
--- a/src/conf.h
+++ b/src/conf.h
char *build_user_key_binding_filename(void);
-int read_configuration(void);
+void read_configuration(void);