1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

Make sure prototypes are always included, make some functions static and

remove some unused functions.
This commit is contained in:
Jelmer Vernooij
2008-10-20 18:59:51 +02:00
parent 01a902f599
commit 87ec1d2532
78 changed files with 132 additions and 86 deletions

View File

@ -27,6 +27,7 @@
#include "lib/socket/socket.h"
#include "libcli/resolve/resolve.h"
#include "param/param.h"
#include "libcli/raw/raw_proto.h"
struct sock_connect_state {
struct composite_context *ctx;