File: xmpp-completion.h

package info (click to toggle)
irssi-plugin-xmpp 0.51%2Bcvs20100627-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 876 kB
  • ctags: 720
  • sloc: ansic: 7,731; makefile: 135
file content (11 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
/* $Id: xmpp-completion.h,v 1.3 2007/08/25 15:18:01 cdidier Exp $ */

#ifndef __XMPP_COMPLETION_H
#define __XMPP_COMPLETION_H

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

#endif