summaryrefslogtreecommitdiff
path: root/dmioem.h
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2008-10-28 09:41:07 +0000
committerJean Delvare <jdelvare@suse.de>2008-10-28 09:41:07 +0000
commitc1666d8deb9f3e20b7b066df2417ce924586a2b8 (patch)
treecb68dccb113fadee3b41b9cd59e3a0c4a4a838b3 /dmioem.h
parent68b3681f6027ef1e36c321924cfd05b9b57101e4 (diff)
downloaddmidecode-git-c1666d8deb9f3e20b7b066df2417ce924586a2b8.tar.gz
Mark a few pointers const.
Diffstat (limited to 'dmioem.h')
-rw-r--r--dmioem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmioem.h b/dmioem.h
index d4c2ce4..1c4971f 100644
--- a/dmioem.h
+++ b/dmioem.h
@@ -2,7 +2,7 @@
* Decoding of OEM-specific entries
* This file is part of the dmidecode project.
*
- * Copyright (C) 2007 Jean Delvare <khali@linux-fr.org>
+ * Copyright (C) 2007-2008 Jean Delvare <khali@linux-fr.org>
*
* 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
@@ -22,4 +22,4 @@
struct dmi_header;
void dmi_set_vendor(const char *s);
-int dmi_decode_oem(struct dmi_header *h);
+int dmi_decode_oem(const struct dmi_header *h);