Crossfire Server, Trunk
toolkit_server.cpp
Go to the documentation of this file.
1
#include <unistd.h>
2
3
#include "
toolkit_server.h
"
4
5
void
clean_test_account_data
(
void
) {
6
unlink(
"/tmp/account/testaccount"
);
7
rmdir(
"/tmp/account"
);
8
unlink(
"/tmp/accounts"
);
9
}
clean_test_account_data
void clean_test_account_data(void)
Definition:
toolkit_server.cpp:5
toolkit_server.h
crossfire-crossfire-server
test
toolkit
toolkit_server.cpp
Generated by
1.8.17