chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Start reimplenting search in Disobedience choose tabs. Results are
[disorder]
/
lib
/
client-common.h
diff --git
a/lib/client-common.h
b/lib/client-common.h
index bf7e0b5eb40f190c55680000fdf5f21554b94a9b..dc50ee99c97ec52e8bfd10a6a2e55e1fedc46352 100644
(file)
--- a/
lib/client-common.h
+++ b/
lib/client-common.h
@@
-1,6
+1,6
@@
/*
* This file is part of DisOrder
/*
* This file is part of DisOrder
- * Copyright (C) 2004
, 2005, 2006
Richard Kettlewell
+ * Copyright (C) 2004
-2007
Richard Kettlewell
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@
-21,6
+21,9
@@
#ifndef CLIENT_COMMON_H
#define CLIENT_COMMON_H
#ifndef CLIENT_COMMON_H
#define CLIENT_COMMON_H
+#include <sys/types.h>
+#include <sys/socket.h>
+
socklen_t find_server(struct sockaddr **sap, char **namep);
#endif /* CLIENT_COMMON_H */
socklen_t find_server(struct sockaddr **sap, char **namep);
#endif /* CLIENT_COMMON_H */