From 237ac93443300aa6e74179f8f5eebdfcd60bdb1f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 15 Jul 2016 08:21:11 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libcoopgamma.c | 2 +- src/libcoopgamma.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libcoopgamma.c b/src/libcoopgamma.c index 82d9a2e..bbc0432 100644 --- a/src/libcoopgamma.c +++ b/src/libcoopgamma.c @@ -1228,7 +1228,7 @@ static char* (communicate)(libcoopgamma_context_t* restrict ctx, char* msg, size * which case `ctx->error` (rather than `errno`) is read * for information about the error. */ -char** libcoopgamma_enumerate_crtcs(libcoopgamma_context_t* restrict ctx) +char** libcoopgamma_get_crtcs(libcoopgamma_context_t* restrict ctx) { char* resp; diff --git a/src/libcoopgamma.h b/src/libcoopgamma.h index 3a76b9e..d552799 100644 --- a/src/libcoopgamma.h +++ b/src/libcoopgamma.h @@ -1088,7 +1088,7 @@ int libcoopgamma_connect(const char* restrict, const char* restrict, libcoopgamm * which case `ctx->error` (rather than `errno`) is read * for information about the error. */ -char** libcoopgamma_enumerate_crtcs(libcoopgamma_context_t* restrict); +char** libcoopgamma_get_crtcs(libcoopgamma_context_t* restrict); /** * Retrieve information about a CRTC:s gamma ramps -- cgit v1.2.3-70-g09d2