mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
14 lines
478 B
Plaintext
14 lines
478 B
Plaintext
$NetBSD: patch-ae,v 1.1 2007/12/01 16:20:09 rillig Exp $
|
|
|
|
--- libOpenAG/include/AGMessage.h.orig 2002-04-13 17:08:03.000000000 +0000
|
|
+++ libOpenAG/include/AGMessage.h 2007-12-01 16:18:49.000000000 +0000
|
|
@@ -54,7 +54,7 @@ public:
|
|
/** GENERAL STUFF **/
|
|
bool isSendPacket();
|
|
int getCompleteMessageSize();
|
|
- int AGMessage::getCompleteMessageData(char* &deleteMe);
|
|
+ int getCompleteMessageData(char* &deleteMe);
|
|
int getDataLength();
|
|
void dumpHex();
|
|
|