#endif
#include <stdio.h>
+#include <string.h>
/* Comment out all this code if we are using the GNU C Library, and are not
actually compiling the library itself. This code is part of the GNU C
int exact = 0;
int ambig = 0;
const struct option *pfound = NULL;
- int indfound;
+ int indfound = 0;
while (*s && *s != '=')
s++;
silcapi.h
endif
-EXTRA_DIST = *.h
+EXTRA_DIST = *.h client_ops_example.c
include $(top_srcdir)/Makefile.defines.in
silc_key_agreement,
};
-Please see the `client_ops_example.h' header file in lib/silcclient/
+Please see the `client_ops_example.c' source file in lib/silcclient/
directory for predefined structure and stub functions for your
convenince. It is provided for programmers so that they can copy
it and use it directly in their application.
SILC_TASK_WRITE)); \
} while(0)
-/* Finds socket connection object by file descriptor */ \
+/* Finds socket connection object by file descriptor */
#define SILC_CLIENT_GET_SOCK(__x, __fd, __sock) \
do { \
int __i; \