GEORADIUS wrapper function. */
| 838 | |
| 839 | /* GEORADIUS wrapper function. */ |
| 840 | void georadiusCommand(client *c) { |
| 841 | georadiusGeneric(c, 1, RADIUS_COORDS); |
| 842 | } |
| 843 | |
| 844 | /* GEORADIUSBYMEMBER wrapper function. */ |
| 845 | void georadiusbymemberCommand(client *c) { |
nothing calls this directly
no test coverage detected