[grisbi-cvs] grisbi/src/plugins/openssl openssl.c, 1.18, 1.19 openssl.h, 1.5, 1.6

Pierre Biava pbiava at users.sourceforge.net
Fri Oct 2 23:35:11 CEST 2009


Update of /cvsroot/grisbi/grisbi/src/plugins/openssl
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20079/src/plugins/openssl

Modified Files:
	openssl.c openssl.h 
Log Message:
Adding sort the transactions by date and amount and minors minors corrections

Index: openssl.h
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/plugins/openssl/openssl.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- openssl.h	26 Sep 2009 07:33:12 -0000	1.5
+++ openssl.h	2 Oct 2009 21:35:04 -0000	1.6
@@ -13,10 +13,6 @@
 /* END_INCLUDE_H */
 
 /* START_DECLARATION */
-gchar *gsb_file_util_ask_for_crypt_key ( gchar * file_name, gchar * additional_message,
-					 gboolean encrypt );
-gulong gsb_file_util_crypt_file ( gchar * file_name, gchar **file_content,
-				  gboolean crypt, gulong length );
 extern void openssl_plugin_register ();
 extern gboolean openssl_plugin_release ( );
 extern gint openssl_plugin_run ( gchar * file_name, gchar **file_content,

Index: openssl.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/plugins/openssl/openssl.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- openssl.c	26 Sep 2009 07:33:12 -0000	1.18
+++ openssl.c	2 Oct 2009 21:35:04 -0000	1.19
@@ -40,6 +40,10 @@
 
 #ifndef NOSSL
 /*START_STATIC*/
+static gchar *gsb_file_util_ask_for_crypt_key ( gchar * file_name, gchar * additional_message,
+					 gboolean encrypt );
+static gulong gsb_file_util_crypt_file ( gchar * file_name, gchar **file_content,
+				  gboolean crypt, gulong length );
 /*END_STATIC*/
 #endif
 



More information about the cvs mailing list