This is just a wrapper over "update_presentity" to be able to export the * function via the internal API - basically provides the "publishing" support * without actually having the PUBLISH SIP request, but directly a presentity */
| 896 | * without actually having the PUBLISH SIP request, but directly a presentity |
| 897 | */ |
| 898 | int internal_update_presentity(presentity_t* presentity) |
| 899 | { |
| 900 | int dummy; |
| 901 | return update_presentity( NULL, presentity, &dummy); |
| 902 | } |
| 903 | |
| 904 | |
| 905 | int pres_htable_restore(void) |
nothing calls this directly
no test coverage detected