Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
87e9451e
Commit
87e9451e
authored
Jan 06, 2012
by
Pieter Noordhuis
Browse files
Include stdarg.h for va_list
parent
7ad207fb
Changes
1
Show whitespace changes
Inline
Side-by-side
format.h
View file @
87e9451e
#ifndef _HIREDIS_FORMAT_H
#ifndef _HIREDIS_FORMAT_H
#define _HIREDIS_FORMAT_H 1
#define _HIREDIS_FORMAT_H 1
#include <stdarg.h>
int
redis_format_vcommand
(
char
**
target
,
const
char
*
format
,
va_list
ap
);
int
redis_format_vcommand
(
char
**
target
,
const
char
*
format
,
va_list
ap
);
int
redis_format_command
(
char
**
target
,
const
char
*
format
,
...);
int
redis_format_command
(
char
**
target
,
const
char
*
format
,
...);
int
redis_format_command_argv
(
char
**
target
,
int
argc
,
const
char
**
argv
,
const
size_t
*
argvlen
);
int
redis_format_command_argv
(
char
**
target
,
int
argc
,
const
char
**
argv
,
const
size_t
*
argvlen
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment