~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/sha1.h

  • Committer: Eric Day
  • Date: 2010-03-18 02:43:15 UTC
  • mto: (1337.4.7)
  • mto: This revision was merged to the branch mainline in revision 1409.
  • Revision ID: eday@oddments.org-20100318024315-0c11kk8lc2wta5fw
Fixed sha1 cpplint issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2010 nobody (this is public domain)
 
3
 */
 
4
 
1
5
/**
2
6
 * @file
3
7
 * @brief SHA1 Declarations
4
8
 */
5
9
 
6
 
#ifndef PLUGIN_MYSQL_PROTOCOL_SHA1_H
7
 
#define PLUGIN_MYSQL_PROTOCOL_SHA1_H
 
10
#ifndef DRIZZLED_UTIL_SHA1_H
 
11
#define DRIZZLED_UTIL_SHA1_H
8
12
 
9
13
#include <stdint.h>
10
14
#include <sys/types.h>
39
43
 
40
44
} /* namespace drizzled */
41
45
 
42
 
#endif /* PLUGIN_MYSQL_PROTOCOL_SHA1_H */
 
46
#endif /* DRIZZLED_UTIL_SHA1_H */