diff options
Diffstat (limited to 'drmtools.h')
-rw-r--r-- | drmtools.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |