build: Move stuff to be shared to lib/ (nvt_log, socket)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* Socket functions
|
||||
*/
|
||||
#ifndef NVT_SOCKET_H
|
||||
#define NVT_SOCKET_H
|
||||
|
||||
int socket_create_client(const char *host, unsigned int port);
|
||||
|
||||
#endif /* NVT_SOCKET_H */
|
||||
Reference in New Issue
Block a user