Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
0164332a
Commit
0164332a
authored
Oct 23, 2012
by
Pieter Noordhuis
Browse files
Remove leading _ from include guard
parent
18b01764
Changes
9
Hide whitespace changes
Inline
Side-by-side
src/address.h
View file @
0164332a
#ifndef
_
HIREDIS_ADDRESS_H
#define
_
HIREDIS_ADDRESS_H 1
#ifndef HIREDIS_ADDRESS_H
#define HIREDIS_ADDRESS_H 1
#include <netinet/in.h>
#include <sys/un.h>
...
...
src/common.h
View file @
0164332a
#ifndef
_
HIREDIS_COMMON_H
#define
_
HIREDIS_COMMON_H 1
#ifndef HIREDIS_COMMON_H
#define HIREDIS_COMMON_H 1
#define REDIS_OK 0
#define REDIS_ESYS -1
...
...
src/context.h
View file @
0164332a
#ifndef
_
HIREDIS_CONTEXT_H
#define
_
HIREDIS_CONTEXT_H 1
#ifndef HIREDIS_CONTEXT_H
#define HIREDIS_CONTEXT_H 1
#include <stdarg.h>
...
...
src/fd.h
View file @
0164332a
#ifndef
_
HIREDIS_FD_H
#define
_
HIREDIS_FD_H 1
#ifndef HIREDIS_FD_H
#define HIREDIS_FD_H 1
#include "address.h"
#include "common.h"
...
...
src/format.h
View file @
0164332a
#ifndef
_
HIREDIS_FORMAT_H
#define
_
HIREDIS_FORMAT_H 1
#ifndef HIREDIS_FORMAT_H
#define HIREDIS_FORMAT_H 1
#include <stdarg.h>
...
...
src/handle.h
View file @
0164332a
#ifndef
_
HIREDIS_HANDLE_H
#define
_
HIREDIS_HANDLE_H 1
#ifndef HIREDIS_HANDLE_H
#define HIREDIS_HANDLE_H 1
#include <sys/time.h>
...
...
src/object.h
View file @
0164332a
#ifndef
_
HIREDIS_OBJECT_H
#define
_
HIREDIS_OBJECT_H 1
#ifndef HIREDIS_OBJECT_H
#define HIREDIS_OBJECT_H 1
#include "parser.h"
...
...
src/parser.h
View file @
0164332a
#ifndef
_
HIREDIS_PARSER_H
#define
_
HIREDIS_PARSER_H 1
#ifndef HIREDIS_PARSER_H
#define HIREDIS_PARSER_H 1
#include <stdint.h>
...
...
src/request.h
View file @
0164332a
#ifndef
_
HIREDIS_REQUEST_H
#define
_
HIREDIS_REQUEST_H 1
#ifndef HIREDIS_REQUEST_H
#define HIREDIS_REQUEST_H 1
#include <stddef.h>
...
...
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