~wiml-omni/libdrizzle/date-time

« back to all changes in this revision

Viewing changes to libdrizzle/common.h

  • Committer: Continuous Integration
  • Date: 2013-01-27 14:14:15 UTC
  • mfrom: (99.1.9 update-copyright-headers)
  • Revision ID: ci@drizzle.org-20130127141415-y4ywdlbqlvme08y5
Merge lp:~linuxjedi/libdrizzle/update-copyright-headers Build: jenkins-Libdrizzle-66

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * Drizzle Client & Protocol Library
3
3
 *
 
4
 * Copyright (C) 2008-2013 Drizzle Developer Group
4
5
 * Copyright (C) 2008 Eric Day (eday@oddments.org)
5
6
 * All rights reserved.
6
7
 *
89
90
#include "libdrizzle/column.h"
90
91
#include "libdrizzle/binlog.h"
91
92
#include "libdrizzle/handshake_client.h"
 
93
#include "libdrizzle/result.h"
92
94
 
93
95
#include <memory.h>