summaryrefslogtreecommitdiff
path: root/hostport.h
diff options
context:
space:
mode:
authorlinus <linus>2010-03-23 22:45:37 +0000
committerlinus <linus@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2010-03-23 22:45:37 +0000
commiteff1f8d633fa2b07396e1d1f82043823d6916ba2 (patch)
treead45d71f8a3c40cae01d802f97ee3b76c4aecd68 /hostport.h
parent95f217647b71a13718301a08ab6b6e126779667a (diff)
Add Emacs local variable for stroustrup style.
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@530 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'hostport.h')
-rw-r--r--hostport.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/hostport.h b/hostport.h
index 04add64..425bb8f 100644
--- a/hostport.h
+++ b/hostport.h
@@ -22,3 +22,7 @@ int resolvehostports(struct list *hostports, int socktype);
struct addrinfo *resolvepassiveaddrinfo(char *hostport, char *default_port, int socktype);
int addressmatches(struct list *hostports, struct sockaddr *addr, uint8_t checkport);
int connecttcphostlist(struct list *hostports, struct addrinfo *src);
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */