File: xmpp-formats.h

package info (click to toggle)
irssi-plugin-xmpp 0.52%2Bgit20140102-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,336 kB
  • ctags: 1,440
  • sloc: ansic: 8,039; makefile: 105; perl: 58
file content (9 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#ifndef __XMPP_FORMATS_H
#define __XMPP_FORMATS_H

__BEGIN_DECLS
void xmpp_formats_init(void);
void xmpp_formats_deinit(void);
__END_DECLS

#endif