Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1502 → Rev 1501

/pkgnet/trunk/net.c
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
*
* Provides all network functions used by pkgnet, wrapped around the
* Watt-32 TCP/IP stack.
126,11 → 126,6
}
 
 
void net_shut(void) {
sock_exit();
}
 
 
const char *net_engine(void) {
return(wattcpVersion());
}