1 #ifndef _GSB_FILE_SAVE_H
2 #define _GSB_FILE_SAVE_H (1)
3 
4 #include <glib.h>
5 
6 /* START_INCLUDE_H */
7 /* END_INCLUDE_H */
8 
9 
10 /* START_DECLARATION */
11 gulong			gsb_file_save_append_part		(gulong iterator,
12 												 gulong *length_calculated,
13                         						 gchar **file_content,
14                         						 gchar *new_string);
15 gulong			gsb_file_save_budgetary_part	(gulong iterator,
16                         						 gulong *length_calculated,
17                         						 gchar **file_content);
18 gulong			gsb_file_save_category_part		(gulong iterator,
19                         						 gulong *length_calculated,
20                         						 gchar **file_content);
21 gboolean		gsb_file_save_css_local_file	(const gchar *css_data);
22 gulong			gsb_file_save_report_part		(gulong iterator,
23                         						 gulong *length_calculated,
24                         						 gchar **file_content,
25                         						 gboolean current_report);
26 gboolean		gsb_file_save_save_file			(const gchar *filename,
27                         						 gboolean compress,
28                         						 gint archive_number);
29 const gchar *	my_safe_null_str				(const gchar *string);
30 /* END_DECLARATION */
31 
32 #endif
33 
34