aboutsummaryrefslogtreecommitdiff
path: root/src/wydawca.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-02-21 13:30:51 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-02-21 13:31:26 +0200
commit1213cf065e9b3a5fb45d00276b3d168462838c17 (patch)
tree8d8f3cb7617465139f0051c10ef80fa9c2c91369 /src/wydawca.h
parent5bfe69d55cff8940fd3a84ff479e6e8308b164f4 (diff)
downloadwydawca-1213cf065e9b3a5fb45d00276b3d168462838c17.tar.gz
wydawca-1213cf065e9b3a5fb45d00276b3d168462838c17.tar.bz2
Remove trailing whitespace
Diffstat (limited to 'src/wydawca.h')
-rw-r--r--src/wydawca.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/wydawca.h b/src/wydawca.h
index b94fc5c..d990a97 100644
--- a/src/wydawca.h
+++ b/src/wydawca.h
@@ -72,7 +72,7 @@ enum access_method_id {
and real name by his uid */
access_method_count
};
-
+
enum access_method_type
{
method_none, /* Undefined or no method */
@@ -90,8 +90,8 @@ struct access_method
char **parmv; /* Parameters. The semantics differs
depending on type. For SQL:
0 - Identifier of the SQL struct
- to use; */
-
+ to use; */
+
int init_passed; /* Initialization count */
char *result; /* Result storage */
size_t result_size; /* Size of result */
@@ -143,7 +143,7 @@ enum file_type
{
file_dist, /* Something to be distributed */
file_signature, /* Detached signature (.sig) */
- file_directive, /* Directive (.directive.asc) */
+ file_directive, /* Directive (.directive.asc) */
};
#define FILE_TYPE_COUNT (file_directive+1)
@@ -152,7 +152,7 @@ struct file_info
{
enum file_type type; /* Part type */
char *name; /* File name */
- unsigned root_len; /* Length of root part in name */
+ unsigned root_len; /* Length of root part in name */
struct stat sb;
};
@@ -194,7 +194,7 @@ enum wydawca_stat
STAT_ARCHIVES,
STAT_SYMLINKS,
STAT_RMSYMLINKS,
- MAX_STAT
+ MAX_STAT
};
#define STAT_MASK(c) (1<<(c))
@@ -227,7 +227,7 @@ struct notification
};
void register_message_template (const char *name, const char *text);
-
+
void notify (struct notification *,
struct file_triplet *, enum notification_event);
@@ -254,7 +254,7 @@ void make_default_meta (struct metadef kwexp[5], const char *user,
/* Global variables */
-extern char *conffile; /* Configuration file name */
+extern char *conffile; /* Configuration file name */
extern int debug_level; /* Debugging level */
extern int dry_run_mode; /* Dry run indicator */
extern int log_to_stderr; /* Log to stderr instead of the syslog */
@@ -363,7 +363,7 @@ int process_directives (struct file_triplet *trp,
int move_file (struct file_triplet *trp, struct directory_pair *dpair,
enum file_type file_id, const char *reldir);
int archive_file (struct file_triplet *trp, struct directory_pair *dpair,
- const char *file_name, const char *reldir);
+ const char *file_name, const char *reldir);
int symlink_file (struct file_triplet *trp, struct directory_pair *dpair,
const char *reldir,
const char *wanted_src, const char *wanted_dst);

Return to:

Send suggestions and report system problems to the System administrator.