network_gui.h
author Darkvater
Sun, 17 Sep 2006 11:33:19 +0000
changeset 4614 3b28b8e7d4b6
parent 4512 823dfd4aa413
child 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r6471) -Fix (r6450): ConPatch was moved from network-only, but the function was
still inside the ENABLE_NETWORK define. Thanks nycom.
/* $Id$ */

#ifndef NETWORK_GUI_H
#define NETWORK_GUI_H

void ShowNetworkNeedPassword(NetworkPasswordType npt);

#endif