summaryrefslogtreecommitdiff
path: root/test/csdetect.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/csdetect.c')
-rw-r--r--test/csdetect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/csdetect.c b/test/csdetect.c
index aa72ce2..efd764d 100644
--- a/test/csdetect.c
+++ b/test/csdetect.c
@@ -34,7 +34,7 @@ int main(int argc, char **argv)
return 1;
}
- ctx.buflen = parse_filesize(argv[1]);
+ ctx.buflen = css__parse_filesize(argv[1]);
if (ctx.buflen == 0)
return 1;
@@ -51,7 +51,7 @@ int main(int argc, char **argv)
ctx.indata = false;
ctx.inenc = false;
- assert(parse_testfile(argv[1], handle_line, &ctx) == true);
+ assert(css__parse_testfile(argv[1], handle_line, &ctx) == true);
/* and run final test */
if (ctx.bufused > 0 && ctx.buf[ctx.bufused - 1] == '\n')