mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
This could do with some comments
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7115 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
ec2cd7bb4e
commit
e8aed79a4b
@ -160,6 +160,7 @@ typedef signed char int8_t;
|
||||
typedef signed long int32_t;
|
||||
typedef signed long long int64_t;
|
||||
|
||||
/* Shared memory allocation functions */
|
||||
void * ::operator new(size_t iSize);
|
||||
void ::operator delete(void * ptr);
|
||||
|
||||
@ -170,6 +171,7 @@ void InitIPC();
|
||||
void CheckIPC(InspIRCd * Instance);
|
||||
void CloseIPC();
|
||||
|
||||
/* Look up the nameserver in use from the registry on windows */
|
||||
std::string FindNameServerWin();
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user