aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sislangrecord.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sislangrecord.h')
-rw-r--r--lib/sislangrecord.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/sislangrecord.h b/lib/sislangrecord.h
index 9a2b5e9..5aecd4a 100644
--- a/lib/sislangrecord.h
+++ b/lib/sislangrecord.h
@@ -1,4 +1,4 @@
-/** -*-c++-*-
+/* -*-c++-*-
* $Id$
*
* This file is part of plptools.
@@ -23,8 +23,6 @@
#ifndef _SISLANGRECORD_H
#define _SISLANGRECORD_H
-#include <sys/types.h>
-
#include "sistypes.h"
/**
@@ -38,9 +36,9 @@ public:
/**
* Populate the fields.
*/
- SisRC fillFrom(uchar* buf, int* base, off_t len);
+ SisRC fillFrom(uint8_t* buf, int* base, off_t len);
- uint16 m_lang;
+ uint16_t m_lang;
};
#endif