summaryrefslogtreecommitdiff
path: root/hostport.h
diff options
context:
space:
mode:
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: */