~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to libhashkit-1.0/strerror.h

  • Committer: Brian Aker
  • Date: 2011-10-05 21:43:41 UTC
  • mfrom: (929.1.285 libmemcached-build)
  • mto: This revision was merged to the branch mainline in revision 967.
  • Revision ID: brian@tangent.org-20111005214341-le14e1xyyyph9ymq
MergeĀ inĀ touch/etc

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * the COPYING file in the parent directory for full text.
7
7
 */
8
8
 
9
 
#ifndef HASHKIT_STRERROR_H
10
 
#define HASHKIT_STRERROR_H
 
9
#pragma once
11
10
 
12
11
#ifdef __cplusplus
13
12
extern "C" {
19
18
#ifdef __cplusplus
20
19
}
21
20
#endif
22
 
 
23
 
#endif /* HASHKIT_STRERROR_H */