status_query.h 181 B

1234567
  1. #ifndef __STATUS_QUERY_H
  2. #define __STATUS_QUERY_H
  3. int target_online(struct sip_msg* _m, char* _domain, char* _s2);
  4. /* add other query functions: get_online_contact, ... */
  5. #endif