aboutsummaryrefslogtreecommitdiffstats
path: root/g13/runner.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-02-04 11:57:53 +0000
committerWerner Koch <[email protected]>2011-02-04 11:57:53 +0000
commitb008274afdbe375b32a7e66dbd073e200f6f0587 (patch)
tree219e239d39cf06be3f03aa82fb572080ac163a15 /g13/runner.h
parentLet autogen.sh check the git config (diff)
downloadgnupg-b008274afdbe375b32a7e66dbd073e200f6f0587.tar.gz
gnupg-b008274afdbe375b32a7e66dbd073e200f6f0587.zip
Nuked almost all trailing white space.post-nuke-of-trailing-ws
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
Diffstat (limited to 'g13/runner.h')
-rw-r--r--g13/runner.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/g13/runner.h b/g13/runner.h
index e68eca03a..3c8214304 100644
--- a/g13/runner.h
+++ b/g13/runner.h
@@ -25,7 +25,7 @@ struct runner_s;
typedef struct runner_s *runner_t;
/* Prototypes for the handler functions provided by the engine. */
-typedef gpg_error_t (*engine_handler_fnc_t) (void *opaque,
+typedef gpg_error_t (*engine_handler_fnc_t) (void *opaque,
runner_t runner,
const char *statusline);
typedef void (*engine_handler_cleanup_fnc_t) (void *opaque);
@@ -41,7 +41,7 @@ gpg_error_t runner_new (runner_t *r_runner, const char *name);
void runner_release (runner_t runner);
/* Return the identifier of RUNNER. */
-unsigned int runner_get_rid (runner_t runner);
+unsigned int runner_get_rid (runner_t runner);
/* Find a runner by its rid. */
runner_t runner_find_by_rid (unsigned int rid);
@@ -53,8 +53,8 @@ void runner_set_pid (runner_t runner, pid_t pid);
/* Register the handler functions with a runner. */
void runner_set_handler (runner_t runner,
- engine_handler_fnc_t handler,
- engine_handler_cleanup_fnc_t handler_cleanup,
+ engine_handler_fnc_t handler,
+ engine_handler_cleanup_fnc_t handler_cleanup,
void *handler_data);
/* Start the runner. */
@@ -74,4 +74,3 @@ gpg_error_t runner_send_line (runner_t runner,
#endif /*G13_RUNNER_H*/
-