[Winpt-commits] r264 - trunk/Include
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Sat Sep 30 12:25:06 CEST 2006
Author: twoaday
Date: 2006-09-30 12:25:06 +0200 (Sat, 30 Sep 2006)
New Revision: 264
Modified:
trunk/Include/wptGPGME.h
trunk/Include/wptHTTP.h
trunk/Include/wptRegistry.h
Log:
Modified: trunk/Include/wptGPGME.h
===================================================================
--- trunk/Include/wptGPGME.h 2006-09-30 10:24:47 UTC (rev 263)
+++ trunk/Include/wptGPGME.h 2006-09-30 10:25:06 UTC (rev 264)
@@ -41,6 +41,7 @@
/* import */
gpgme_error_t importFromFile (const char *file);
+ gpgme_error_t importFromBuffer (const char *indata);
gpgme_error_t importFromClipboard (void);
gpgme_import_result_t importGetResult (void);
};
Modified: trunk/Include/wptHTTP.h
===================================================================
--- trunk/Include/wptHTTP.h 2006-09-30 10:24:47 UTC (rev 263)
+++ trunk/Include/wptHTTP.h 2006-09-30 10:25:06 UTC (rev 264)
@@ -1,4 +1,4 @@
-/* wptHttp.h - Generic HTTP code
+/* wptHTTP.h - Generic HTTP code
* Copyright (C) 2004, 2005, 2006 Timo Schulz
*
* This file is part of WinPT.
@@ -12,12 +12,7 @@
* 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 WinPT; if not, write to the Free Software Foundation,
- * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-
#ifndef WPT_HTTP_H
#define WPT_HTTP_H
Modified: trunk/Include/wptRegistry.h
===================================================================
--- trunk/Include/wptRegistry.h 2006-09-30 10:24:47 UTC (rev 263)
+++ trunk/Include/wptRegistry.h 2006-09-30 10:25:06 UTC (rev 264)
@@ -86,7 +86,7 @@
int get_reg_winpt_single (int id);
int set_reg_winpt_prefs (winpt_reg_prefs_s * opt);
int get_reg_winpt_prefs (winpt_reg_prefs_s * opt);
-char* get_reg_entry( HKEY root_key, const char * dir, const char * key );
+char* get_reg_entry (HKEY root_key, const char *dir, const char *key);
int set_reg_entry( HKEY root_key, const char * dir, const char * key,
const char * value );
int set_reg_key( HKEY root_key, const char * dir, const char * key,
More information about the Winpt-commits
mailing list