summaryrefslogtreecommitdiff
path: root/Langman/utils.h
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-05-04 19:34:06 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-05-04 19:34:06 +0000
commitec9a2431e23bed5e99c54f554c1486810389af72 (patch)
treeeae9dba70abac4d9d34993c133871058e6bfb639 /Langman/utils.h
parent3182d972021c69dc23d6a7968dc0d141032b4acc (diff)
added Langman
added profile manager added UserGuide git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@70 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Langman/utils.h')
-rw-r--r--Langman/utils.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/Langman/utils.h b/Langman/utils.h
new file mode 100644
index 0000000..259947e
--- /dev/null
+++ b/Langman/utils.h
@@ -0,0 +1,23 @@
+/*
+
+'Language Pack Manager'-Plugin for Miranda IM
+
+Copyright (C) 2005-2007 H. Herkenrath
+
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+as published by the Free Software Foundation; either version 2
+of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program (LangMan-License.txt); if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+*/
+
+/* Error Output */
+void ShowInfoMessage(BYTE flags,const char *pszTitle,const char *pszTextFmt,...);