Adding upstream version 1:2.47.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
fd5a0bafa2
commit
54102a2c29
4535 changed files with 1510258 additions and 0 deletions
15
alias.h
Normal file
15
alias.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#ifndef ALIAS_H
|
||||
#define ALIAS_H
|
||||
|
||||
struct strbuf;
|
||||
struct string_list;
|
||||
|
||||
char *alias_lookup(const char *alias);
|
||||
/* Quote argv so buf can be parsed by split_cmdline() */
|
||||
void quote_cmdline(struct strbuf *buf, const char **argv);
|
||||
int split_cmdline(char *cmdline, const char ***argv);
|
||||
/* Takes a negative value returned by split_cmdline */
|
||||
const char *split_cmdline_strerror(int cmdline_errno);
|
||||
void list_aliases(struct string_list *list);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue