diff options
author | Lukas Sandström <lukass@etek.chalmers.se> | 2006-06-13 22:21:53 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-18 22:12:16 -0700 |
commit | 7499c996156ea99702fe13e203b97ae60d8868ad (patch) | |
tree | b7b611873ea14e652cd9e2443636d34f13a06289 /builtin.h | |
parent | 34488e3c375d159506d5d98e012f3b36e7cd9fe7 (diff) | |
download | git-7499c996156ea99702fe13e203b97ae60d8868ad.tar.gz |
Make git-stripspace a builtin
Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'builtin.h')
-rw-r--r-- | builtin.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,4 +56,7 @@ extern int split_mbox(const char **mbox, const char *dir, int allow_bare, int nr extern int cmd_mailinfo(int argc, const char **argv, char **envp); extern int mailinfo(FILE *in, FILE *out, int ks, const char *encoding, const char *msg, const char *patch); + +extern int cmd_stripspace(int argc, const char **argv, char **envp); +extern void stripspace(FILE *in, FILE *out); #endif |