summaryrefslogtreecommitdiff
path: root/other/astyle
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-19 17:03:05 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-02-20 21:36:05 +0000
commit95c03e0e85a0a87418a98c9d832dd9ada680adb9 (patch)
treebe7f3a525a54610b42b1f22f669f48fd0c94aa52 /other/astyle
parent03b55cde1a98b02f9019f068340094b5062857d1 (diff)
Make the "persistent conference" callback changes new functions.
We can now revert the changes to the callbacks and keep supporting them until clients have moved off them.
Diffstat (limited to 'other/astyle')
-rwxr-xr-xother/astyle/format-source10
1 files changed, 6 insertions, 4 deletions
diff --git a/other/astyle/format-source b/other/astyle/format-source
index e558149a..5b61273a 100755
--- a/other/astyle/format-source
+++ b/other/astyle/format-source
@@ -35,10 +35,12 @@ apidsl_curl() {
35} 35}
36 36
37# Check if apidsl generated sources are up to date. 37# Check if apidsl generated sources are up to date.
38$APIDSL toxcore/crypto_core.api.h > toxcore/crypto_core.h 38$APIDSL toxcore/crypto_core.api.h > toxcore/crypto_core.h &
39$APIDSL toxcore/tox.api.h > toxcore/tox.h 39$APIDSL toxcore/tox.api.h > toxcore/tox.h &
40$APIDSL toxav/toxav.api.h > toxav/toxav.h 40$APIDSL toxav/toxav.api.h > toxav/toxav.h &
41$APIDSL toxencryptsave/toxencryptsave.api.h > toxencryptsave/toxencryptsave.h 41$APIDSL toxencryptsave/toxencryptsave.api.h > toxencryptsave/toxencryptsave.h &
42
43wait; wait; wait; wait
42 44
43if grep '<unresolved>' */*.h; then 45if grep '<unresolved>' */*.h; then
44 echo "error: some apidsl references were unresolved" 46 echo "error: some apidsl references were unresolved"