aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sisfile.h
diff options
context:
space:
mode:
authorDaniel Brahneborg <basic@chello.se>2002-03-03 12:21:31 +0000
committerDaniel Brahneborg <basic@chello.se>2002-03-03 12:21:31 +0000
commitd92c2abcca7d9270f49cbfb09a27bfda86642c31 (patch)
treec9c0ba02f077f2413e6023a9d3e13a5f256d186b /lib/sisfile.h
parent9df8909948bb491b1b8c53ff8e1b5ce125304aac (diff)
downloadplptools-d92c2abcca7d9270f49cbfb09a27bfda86642c31.tar.gz
plptools-d92c2abcca7d9270f49cbfb09a27bfda86642c31.tar.bz2
plptools-d92c2abcca7d9270f49cbfb09a27bfda86642c31.zip
Added GNU copyright header.
Diffstat (limited to 'lib/sisfile.h')
-rw-r--r--lib/sisfile.h27
1 files changed, 25 insertions, 2 deletions
diff --git a/lib/sisfile.h b/lib/sisfile.h
index aa5683d..0bfa000 100644
--- a/lib/sisfile.h
+++ b/lib/sisfile.h
@@ -1,3 +1,25 @@
+/** -*-c++-*-
+ * $Id$
+ *
+ * This file is part of plptools.
+ *
+ * Copyright (C) 2002 Daniel Brahneborg <basic.chello@se>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
#ifndef _SISFILE_H
#define _SISFILE_H
@@ -12,8 +34,6 @@ class SISReqRecord;
/**
* The top level container of a SIS file.
* Based on documentation by Alexander Thoukydides <alex@thouky.co.uk>.
- *
- * @author Daniel Brahneborg, 2002
*/
class SISFile
{
@@ -23,6 +43,9 @@ public:
*/
void fillFrom(uchar* buf);
+ /**
+ * Return the currently selected installation language.
+ */
int getLanguage();
/**