aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sislangrecord.h
diff options
context:
space:
mode:
authorDaniel Brahneborg <basic@chello.se>2002-03-04 14:31:16 +0000
committerDaniel Brahneborg <basic@chello.se>2002-03-04 14:31:16 +0000
commitdbfc3ee2b91ed26eb00e85a32c715995f4fce41b (patch)
tree82605dba9b7a1d14c3e952af32bef2852d60703b /lib/sislangrecord.h
parentb68ab4b0002aa0c59fdbbfee3076e35aeac44d68 (diff)
downloadplptools-dbfc3ee2b91ed26eb00e85a32c715995f4fce41b.tar.gz
plptools-dbfc3ee2b91ed26eb00e85a32c715995f4fce41b.tar.bz2
plptools-dbfc3ee2b91ed26eb00e85a32c715995f4fce41b.zip
Use plp standard types.
Fix copyright include.
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