aboutsummaryrefslogtreecommitdiff
path: root/gconf/gconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'gconf/gconf.h')
-rw-r--r--gconf/gconf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gconf/gconf.h b/gconf/gconf.h
index f88e87a..56792a0 100644
--- a/gconf/gconf.h
+++ b/gconf/gconf.h
@@ -97,6 +97,11 @@ struct gconf_keyword {
97 struct gconf_keyword *kwd; 97 struct gconf_keyword *kwd;
98}; 98};
99 99
100struct gconf_sockaddr {
101 int len;
102 struct sockaddr *sa;
103};
104
100gconf_value_t *gconf_value_dup(gconf_value_t *input); 105gconf_value_t *gconf_value_dup(gconf_value_t *input);
101 106
102extern void gconf_print_diag(gconf_locus_t *, int, int, const char*); 107extern void gconf_print_diag(gconf_locus_t *, int, int, const char*);

Return to:

Send suggestions and report system problems to the System administrator.