Differences From Artifact [5db24030e8]:
- File rmt.scm — part of check-in [5c8ebd9376] at 2021-02-03 22:28:55 on branch v1.6569-multi-db — fixes (user: matt, size: 48127) [annotate] [blame] [check-ins using]
To Artifact [cf2fc424f4]:
- File rmt.scm — part of check-in [11b91c6f65] at 2021-02-07 22:11:52 on branch v1.6569-multi-db — Created apimod and moved couple functions (user: matt, size: 48169) [annotate] [blame] [check-ins using]
︙ | |||
22 23 24 25 26 27 28 29 30 31 32 33 34 35 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | + + + + | (declare (unit rmt)) (declare (uses api)) (declare (uses http-transport)) (declare (uses commonmod)) (import commonmod) (declare (uses apimod)) (import apimod) (include "common_records.scm") ;; (declare (uses rmtmod)) ;; (import rmtmod) ;; ;; THESE ARE ALL CALLED ON THE CLIENT SIDE!!! |
︙ |