summaryrefslogtreecommitdiff
path: root/other/astyle/format-source
diff options
context:
space:
mode:
Diffstat (limited to 'other/astyle/format-source')
-rwxr-xr-xother/astyle/format-source3
1 files changed, 2 insertions, 1 deletions
diff --git a/other/astyle/format-source b/other/astyle/format-source
index d623926d..c168b80b 100755
--- a/other/astyle/format-source
+++ b/other/astyle/format-source
@@ -34,7 +34,8 @@ apidsl_curl() {
34 curl -X POST --data-binary @"$1" https://apidsl.herokuapp.com/apidsl 34 curl -X POST --data-binary @"$1" https://apidsl.herokuapp.com/apidsl
35} 35}
36 36
37# Check if toxcore.h and toxav.h match apidsl tox.in.h and toxav.in.h. 37# Check if apidsl generated sources are up to date.
38$APIDSL toxcore/crypto_core.api.h > toxcore/crypto_core.h
38$APIDSL toxcore/tox.api.h > toxcore/tox.h 39$APIDSL toxcore/tox.api.h > toxcore/tox.h
39$APIDSL toxav/toxav.api.h > toxav/toxav.h 40$APIDSL toxav/toxav.api.h > toxav/toxav.h
40 41