/usr/include/mcabber/xmpp_iqrequest.h is in mcabber 1.1.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #ifndef __MCABBER_XMPP_IQREQUEST_H__
#define __MCABBER_XMPP_IQREQUEST_H__ 1
void xmpp_iq_request(const char *fulljid, const char *xmlns);
#endif /* __MCABBER_XMPP_IQREQUEST_H__ */
/* vim: set et cindent cinoptions=>2\:2(0 ts=2 sw=2: For Vim users... */
|