aboutsummaryrefslogtreecommitdiff
path: root/fbwarn/src/parseBVG.h
diff options
context:
space:
mode:
Diffstat (limited to 'fbwarn/src/parseBVG.h')
-rw-r--r--fbwarn/src/parseBVG.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbwarn/src/parseBVG.h b/fbwarn/src/parseBVG.h
index bf833cf..1a90c78 100644
--- a/fbwarn/src/parseBVG.h
+++ b/fbwarn/src/parseBVG.h
@@ -6,7 +6,7 @@
FILE *readFile(char *path);
char *multiToSingle(char *s);
-void matchFunctionCall(char *call);
+void matchFunctionCall(char *call, float locScale);
void collectArgs(char *res[], char *call, int n);
void orderArgs(char *res[], char *argv[], int n, char *knownArgs[]);
Color *parseColorFromHex(char *hex);