Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 173949 | Differences between
and this patch

Collapse All | Expand All

(-)mothra3/src/mothra.h (+2 lines)
Lines 71-76 Link Here
71
71
72
int tcp_ping(char *host);
72
int tcp_ping(char *host);
73
73
74
int randomize(target_t *targets);
75
74
void wrapper(char *host);
76
void wrapper(char *host);
75
int setup_socket(char *host, int port);
77
int setup_socket(char *host, int port);
76
char *do_connection(int sock, unsigned int num);
78
char *do_connection(int sock, unsigned int num);
(-)mothra3/src/set_timeout.c (+1 lines)
Lines 3-8 Link Here
3
#include <string.h>
3
#include <string.h>
4
#include <sys/time.h>
4
#include <sys/time.h>
5
#include <fcntl.h>
5
#include <fcntl.h>
6
#include <stdlib.h>
6
#include <sys/socket.h>
7
#include <sys/socket.h>
7
#include "global.h"
8
#include "global.h"
8
#include "mothra.h"
9
#include "mothra.h"

Return to bug 173949