File: xmpp-completion.h

package info (click to toggle)
irssi-plugin-xmpp 0.53-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 1,540 kB
  • sloc: ansic: 8,300; makefile: 108; perl: 58
file content (9 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#ifndef __XMPP_COMPLETION_H
#define __XMPP_COMPLETION_H

__BEGIN_DECLS
void xmpp_completion_init(void);
void xmpp_completion_deinit(void);
__END_DECLS

#endif