mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-06 06:43:52 +00:00
Change function name casing
Change function name casing to stick to project convention.
This commit is contained in:
parent
d1c55b9394
commit
ee4ceb85d1
3 changed files with 5 additions and 5 deletions
|
|
@ -144,7 +144,7 @@ CAMBEData* CG2ProtocolHandler::readAMBE()
|
|||
return data;
|
||||
}
|
||||
|
||||
void CG2ProtocolHandler::PunchUDPHole(const wxString& address)
|
||||
void CG2ProtocolHandler::punchUDPHole(const wxString& address)
|
||||
{
|
||||
unsigned char buffer[1];
|
||||
::memset(buffer, 0, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue