summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/thirdparty.h
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-03-09 14:56:45 +0000
committerOlivier Blin <oblin@mandriva.org>2005-03-09 14:56:45 +0000
commit00107a4fadd425fa81933b94bbae11c30c02cb8d (patch)
tree25a01508093769a3dcc935393a47a77bfdf2891f /mdk-stage1/thirdparty.h
parentff79037b54e2dd30b01933fb977e8cc344ed6103 (diff)
downloaddrakx-00107a4fadd425fa81933b94bbae11c30c02cb8d.tar
drakx-00107a4fadd425fa81933b94bbae11c30c02cb8d.tar.gz
drakx-00107a4fadd425fa81933b94bbae11c30c02cb8d.tar.bz2
drakx-00107a4fadd425fa81933b94bbae11c30c02cb8d.tar.xz
drakx-00107a4fadd425fa81933b94bbae11c30c02cb8d.zip
initial import (allow to load thirdparty modules from disks)
Diffstat (limited to 'mdk-stage1/thirdparty.h')
-rw-r--r--mdk-stage1/thirdparty.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/mdk-stage1/thirdparty.h b/mdk-stage1/thirdparty.h
new file mode 100644
index 000000000..b09f36682
--- /dev/null
+++ b/mdk-stage1/thirdparty.h
@@ -0,0 +1,21 @@
+/*
+ * Guillaume Cottenceau (gc@mandrakesoft.com)
+ * Olivier Blin (oblin@mandrakesoft.com)
+ *
+ * Copyright 2000 Mandrakesoft
+ *
+ * This software may be freely redistributed under the terms of the GNU
+ * public license.
+ *
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ */
+
+#ifndef _THIRDPARTY_H_
+#define _THIRDPARTY_H_
+
+void thirdparty_load_modules(void);
+
+#endif