Cleanup couch_ejson_compare C module

Add `static` modifiers to some of the newer functions.

Fix function protype for get_collator to be `void`. This squashes this warning
on MS compiler:

```
'get_collator': no function prototype given: converting '()' to '(void)'
```
1 file changed