diff options
Diffstat (limited to 'libguile/socket.h')
-rw-r--r-- | libguile/socket.h | 6 |
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: +*/ |