aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcoopgamma.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-07-15 08:21:11 +0200
committerMattias Andrée <maandree@kth.se>2016-07-15 08:21:11 +0200
commit237ac93443300aa6e74179f8f5eebdfcd60bdb1f (patch)
tree06959afc2df1b80223b22c20f314e94d4d267213 /src/libcoopgamma.c
parentBeginning on communication functions (diff)
downloadlibcoopgamma-237ac93443300aa6e74179f8f5eebdfcd60bdb1f.tar.gz
libcoopgamma-237ac93443300aa6e74179f8f5eebdfcd60bdb1f.tar.bz2
libcoopgamma-237ac93443300aa6e74179f8f5eebdfcd60bdb1f.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/libcoopgamma.c')
-rw-r--r--src/libcoopgamma.c2
1 files changed, 1 insertions, 1 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;