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 {
struct gconf_keyword *kwd;
};
+struct gconf_sockaddr {
+ int len;
+ struct sockaddr *sa;
+};
+
gconf_value_t *gconf_value_dup(gconf_value_t *input);
extern void gconf_print_diag(gconf_locus_t *, int, int, const char*);

Return to:

Send suggestions and report system problems to the System administrator.