-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon.h
21 lines (20 loc) · 1.11 KB
/
common.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/***************************************************************************
* Copyright (C) 2003, 2004, 2005. 2006 *
* by Dmitriy Gorbenko. "XAI" University, Kharkov, Ukraine *
* e-mail: [email protected] *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
***************************************************************************/
//unsigned int become_root();
//void become_simple();
//unsigned int client_pipe();
//unsigned int make_all_for_delegation_need();
char * get_time();
char * get_time_2();
char * fetch_money(char * cash);
char * get_price_for_domain(char * z_name, unsigned int lease_time);
unsigned int check_for_ip(char * str1);
unsigned int check_for_ip_2(char * str1, char * str2);