Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1502 → Rev 1501

/pkgnet/trunk/net.h
1,6 → 1,6
/*
* This file is part of the pkgnet package - the SvarDOS package manager.
* Copyright (C) Mateusz Viste 2013-2023
* Copyright (C) Mateusz Viste 2013-2022
*/
 
 
39,9 → 39,6
/* Close the 'sock' socket. */
void net_close(struct net_tcpsocket *socket);
 
/* network subsystem deinitialization */
void net_shut(void);
 
/* Returns an info string about the networking engine being used */
const char *net_engine(void);