X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/0227f67dfe89db21ec0262bc054e50f38c2102fb..1f868ca317a161c7b754dc2d80b3be49eddafb23:/lib/client-common.h diff --git a/lib/client-common.h b/lib/client-common.h index bf7e0b5..dc50ee9 100644 --- a/lib/client-common.h +++ b/lib/client-common.h @@ -1,6 +1,6 @@ /* * 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 @@ -21,6 +21,9 @@ #ifndef CLIENT_COMMON_H #define CLIENT_COMMON_H +#include +#include + socklen_t find_server(struct sockaddr **sap, char **namep); #endif /* CLIENT_COMMON_H */