~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/password.h

  • Committer: Monty Taylor
  • Date: 2009-02-02 19:40:04 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090202194004-oh4e2cnxg7gsi28h
Renmaed libdrizzle in the tree to libdrizzleclient to avoid namespace clashes
with new libdrizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#ifndef LIBDRIZZLE_PASSWORD_H
21
 
#define LIBDRIZZLE_PASSWORD_H
 
20
#ifndef LIBDRIZZLECLIENT_PASSWORD_H
 
21
#define LIBDRIZZLECLIENT_PASSWORD_H
22
22
 
23
23
#include <stdint.h>
24
24
 
56
56
}
57
57
#endif
58
58
 
59
 
#endif /* LIBDRIZZLE_PASSWORD_H */
 
59
#endif /* LIBDRIZZLECLIENT_PASSWORD_H */