aboutsummaryrefslogtreecommitdiffstats
path: root/drmtools.h
diff options
context:
space:
mode:
Diffstat (limited to 'drmtools.h')
-rw-r--r--drmtools.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drmtools.h b/drmtools.h
index ed3073f..d1a3f2f 100644
--- a/drmtools.h
+++ b/drmtools.h
@@ -19,4 +19,5 @@ const char *drm_encoder_type_name(int nr);
void drm_conn_name(drmModeConnector *conn, char *dest, int dlen);
bool drm_probe_format(int fd, const struct fbformat *fmt);
void drm_print_format(FILE *fp, const struct fbformat *fmt,
- const char *pre, const char *post);
+ int indent, bool libs);
+void drm_print_format_hdr(FILE *fp, int indent, bool libs);