~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-2.0/sha1.h

  • Committer: Brian Aker
  • Date: 2011-11-07 15:04:16 UTC
  • mto: This revision was merged to the branch mainline in revision 2453.
  • Revision ID: brian@tangent.org-20111107150416-awbp1nq3cekdcjma
Complete update of libdrizzle

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 */