summaryrefslogtreecommitdiff
path: root/dmioutput.h
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2020-04-01 10:00:33 +0200
committerJean Delvare <jdelvare@suse.de>2020-04-01 10:00:33 +0200
commit9c7db76f373a1d25e52177b81e97bb9e0f9c32b5 (patch)
treed53098d769bfaea0913f5dbd25925092ca67843a /dmioutput.h
parentda06888d08b9f1108fe89560c06d39675c10cd95 (diff)
downloaddmidecode-git-9c7db76f373a1d25e52177b81e97bb9e0f9c32b5.tar.gz
dmidecode: Add helper function for separators
A simple helper function to print a blank line between records. 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 58ca5a8..6b5f0e0 100644
--- a/dmioutput.h
+++ b/dmioutput.h
@@ -30,3 +30,4 @@ void pr_subattr(const char *name, const char *format, ...);
void pr_list_start(const char *name, const char *format, ...);
void pr_list_item(const char *format, ...);
void pr_list_end(void);
+void pr_sep(void);