summaryrefslogtreecommitdiff
path: root/libguile/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/socket.h')
-rw-r--r--libguile/socket.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libguile/socket.h b/libguile/socket.h
index 911670128..1a96ee348 100644
--- a/libguile/socket.h
+++ b/libguile/socket.h
@@ -70,3 +70,9 @@ extern SCM scm_sendto (SCM sockfd, SCM message, SCM fam, SCM address, SCM args_a
extern void scm_init_socket (void);
#endif /* SOCKETH */
+
+/*
+ Local Variables:
+ c-file-style: "gnu"
+ End:
+*/