aboutsummaryrefslogtreecommitdiff
path: root/secmem/secmem-util.h
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-06-08 17:29:02 +0200
committerGuido Guenther <agx@sigxcpu.org>2008-06-08 17:29:02 +0200
commit279a8cbf7ce72e92632266a32a36af9eba2bda78 (patch)
treebefc32d5d6b05b9c36b656406c935d765717e8d5 /secmem/secmem-util.h
parentset a default icon (diff)
parentImported Upstream version 0.7.git30891fc (diff)
downloadkrb5-auth-dialog-279a8cbf7ce72e92632266a32a36af9eba2bda78.tar.gz
krb5-auth-dialog-279a8cbf7ce72e92632266a32a36af9eba2bda78.tar.bz2
krb5-auth-dialog-279a8cbf7ce72e92632266a32a36af9eba2bda78.zip
Merge branch 'upstream'
Diffstat (limited to 'secmem/secmem-util.h')
-rw-r--r--secmem/secmem-util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/secmem/secmem-util.h b/secmem/secmem-util.h
new file mode 100644
index 0000000..b422182
--- /dev/null
+++ b/secmem/secmem-util.h
@@ -0,0 +1,3 @@
+/* This file exists because "util.h" is such a generic name that it is
+ likely to clash with other such files. */
+#include "util.h"
bgstack15