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:
brain 2007-05-22 20:31:56 +00:00
parent ec2cd7bb4e
commit e8aed79a4b

View File

@ -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