~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-1.0/drizzle.h

  • Committer: Brian Aker
  • Date: 2011-11-05 03:32:21 UTC
  • mto: This revision was merged to the branch mainline in revision 2453.
  • Revision ID: brian@tangent.org-20111105033221-a3d0wmmzddcmdt81
Fix libdrizzle pc support (and restore older .pc file to fix older compiles).

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 *
35
35
 */
36
36
 
37
 
#pragma once
38
 
 
39
37
/**
40
38
 * @file
41
39
 * @brief Drizzle Declarations
42
40
 */
43
41
 
 
42
#ifndef __DRIZZLE_H
 
43
#define __DRIZZLE_H
 
44
 
 
45
 
44
46
#include <inttypes.h>
45
47
#include <sys/types.h>
46
48
 
433
435
#ifdef  __cplusplus
434
436
}
435
437
#endif
 
438
 
 
439
#endif /* __DRIZZLE_H */