File: pe_ui.h

package info (click to toggle)
pidgin-encryption 3.1-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,916 kB
  • ctags: 961
  • sloc: sh: 10,460; ansic: 8,821; makefile: 376; yacc: 318
file content (6 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#ifndef PE_UI_H
#define PE_UI_H

void PE_ui_error(const char* err);

#endif