summaryrefslogtreecommitdiff
path: root/dmioutput.h
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2020-04-01 09:51:51 +0200
committerJean Delvare <jdelvare@suse.de>2020-04-01 09:51:51 +0200
commitdd593d2f0c7272658070208d0a6957d77fc7e6f2 (patch)
tree77994f40d1d14b18193ccaa3a9c82c69396f4af7 /dmioutput.h
parent2241f1dd232fe8e1d57fdb2482ad417ebe23279e (diff)
downloaddmidecode-git-dd593d2f0c7272658070208d0a6957d77fc7e6f2.tar.gz
dmidecode: Add helper function pr_info
Print all info messages through a helper function pr_info. Signed-off-by: Jean Delvare <jdelvare@suse.de>
Diffstat (limited to 'dmioutput.h')
-rw-r--r--dmioutput.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dmioutput.h b/dmioutput.h
index b6cf5ee..0dd8f08 100644
--- a/dmioutput.h
+++ b/dmioutput.h
@@ -20,3 +20,4 @@
*/
void pr_comment(const char *format, ...);
+void pr_info(const char *format, ...);