~fginther/+junk/geis-precise-debug

« back to all changes in this revision

Viewing changes to reference-impl/geis_debug.h

  • Committer: Stephen M. Webb
  • Date: 2010-07-26 01:40:31 UTC
  • Revision ID: stephen.webb@canonical.com-20100726014031-e9v4wglbzlb4boor
Added basic dbus functionality.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * geis_debug,h
 
3
 */
 
4
#ifndef GEIS_DEBUG_H_
 
5
#define GEIS_DEBUG_H_
 
6
 
 
7
#include <stdio.h>
 
8
 
 
9
#define geis_debug printf
 
10
 
 
11
#endif /* GEIS_DEBUG_H_ */