~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/algorithm/sha1.h

  • Committer: Andrew Hutchings
  • Date: 2011-02-01 10:23:22 UTC
  • mto: (2136.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2137.
  • Revision ID: andrew@linuxjedi.co.uk-20110201102322-oxztcyrjzg3c7yta
Fix counters cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * @brief SHA1 Declarations
8
8
 */
9
9
 
10
 
#pragma once
 
10
#ifndef DRIZZLED_ALGORITHM_SHA1_H
 
11
#define DRIZZLED_ALGORITHM_SHA1_H
11
12
 
12
13
#include <stdint.h>
13
14
#include <sys/types.h>
14
15
#include <string.h>
15
16
 
16
 
#include <drizzled/visibility.h>
 
17
#include "drizzled/visibility.h"
17
18
 
18
19
namespace drizzled
19
20
{
56
57
 
57
58
} /* namespace drizzled */
58
59
 
 
60
#endif /* DRIZZLED_ALGORITHM_SHA1_H */