chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed a null pointer deref.
[disorder]
/
lib
/
defs.h
diff --git
a/lib/defs.h
b/lib/defs.h
index 4fe5c86ba52a781fb6365714813f77c48b52e542..e13b85718e37aa1eb2305149d52bce7d8f14e4ac 100644
(file)
--- a/
lib/defs.h
+++ b/
lib/defs.h
@@
-15,7
+15,7
@@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
+/** @file lib/defs.h @brief Definitions chosen by configure */
#ifndef DEFS_H
#define DEFS_H
#ifndef DEFS_H
#define DEFS_H
@@
-25,6
+25,7
@@
extern const char pkglibdir[];
extern const char pkgconfdir[];
extern const char pkgstatedir[];
extern const char pkgdatadir[];
extern const char pkgconfdir[];
extern const char pkgstatedir[];
extern const char pkgdatadir[];
+extern const char dochtmldir[];
extern const char bindir[];
extern const char sbindir[];
extern const char finkbindir[];
extern const char bindir[];
extern const char sbindir[];
extern const char finkbindir[];