aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/src/ListFontsReply.h
diff options
context:
space:
mode:
Diffstat (limited to 'nxcomp/src/ListFontsReply.h')
-rw-r--r--nxcomp/src/ListFontsReply.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/nxcomp/src/ListFontsReply.h b/nxcomp/src/ListFontsReply.h
index c731878e0..cf7fc40a6 100644
--- a/nxcomp/src/ListFontsReply.h
+++ b/nxcomp/src/ListFontsReply.h
@@ -74,7 +74,7 @@ class ListFontsReplyMessage : public Message
}
//
- // Put here the fields which constitute
+ // Put here the fields which constitute
// the 'identity' part of the message.
//
@@ -131,13 +131,13 @@ class ListFontsReplyStore : public MessageStore
delete (ListFontsReplyMessage *) message;
}
- virtual int parseIdentity(Message *message, const unsigned char *buffer,
+ virtual int parseIdentity(Message *message, const unsigned char *buffer,
unsigned int size, int bigEndian) const;
- virtual int unparseIdentity(const Message *message, unsigned char *buffer,
+ virtual int unparseIdentity(const Message *message, unsigned char *buffer,
unsigned int size, int bigEndian) const;
- virtual void identityChecksum(const Message *message, const unsigned char *buffer,
+ virtual void identityChecksum(const Message *message, const unsigned char *buffer,
unsigned int size, int bigEndian) const;
virtual void dumpIdentity(const Message *message) const;