~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-2.0/sha1.h

  • Committer: Mark Atwood
  • Date: 2011-12-11 22:56:39 UTC
  • mfrom: (2465.1.1 drizzle)
  • Revision ID: me@mark.atwood.name-20111211225639-3d8ype7g2y82dci5
mergeĀ lp:~brianaker/drizzle/libdrizzle-breakout

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#pragma once
 
2
 
1
3
/**
2
4
 * @file
3
5
 * @brief SHA1 Declarations
4
6
 */
5
7
 
6
 
#ifndef _SHA1_H
7
 
#define _SHA1_H
8
 
 
9
8
#ifdef  __cplusplus
10
9
extern "C" {
11
10
#endif
43
42
#ifdef  __cplusplus
44
43
}
45
44
#endif
46
 
 
47
 
#endif /* _SHA1_H */