summaryrefslogtreecommitdiff
path: root/src/make-pkglist.h
diff options
context:
space:
mode:
authorkx <kx@radix.pro>2023-04-11 01:18:34 +0300
committerkx <kx@radix.pro>2023-04-11 01:18:34 +0300
commit11c606a6888dc269ef018359469a7276c3ad8f67 (patch)
tree368294bb7cadcd5c44ccd082187d6a4433401027 /src/make-pkglist.h
parent8c55752ed5b29a22fdab9faaa6ff27b7cafa6791 (diff)
downloadpkgtools-11c606a6888dc269ef018359469a7276c3ad8f67.tar.xz
Version 0.2.1pkgtools-0.2.1
Diffstat (limited to 'src/make-pkglist.h')
-rw-r--r--src/make-pkglist.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/make-pkglist.h b/src/make-pkglist.h
new file mode 100644
index 0000000..ac0d713
--- /dev/null
+++ b/src/make-pkglist.h
@@ -0,0 +1,36 @@
+
+/**********************************************************************
+
+ Copyright 2019 Andrey V.Kosteltsev
+
+ Licensed under the Radix.pro License, Version 1.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ https://radix.pro/licenses/LICENSE-1.0-en_US.txt
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied.
+
+ **********************************************************************/
+
+#ifndef _MK_PKGLIST_H_
+#define _MK_PKGLIST_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+extern char *htmlroot;
+extern char *hardware;
+extern int minimize;
+
+
+#ifdef __cplusplus
+} /* ... extern "C" */
+#endif
+
+#endif /* _MK_PKGLIST_H_ */