16 lines
380 B
C
16 lines
380 B
C
#ifndef _PYLEDGER_H
|
|
#define _PYLEDGER_H
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Ledger Accounting Tool (with Python support via Boost.Python)
|
|
//
|
|
// A command-line tool for general double-entry accounting.
|
|
//
|
|
// Copyright (c) 2003,2004 John Wiegley <johnw@newartisans.com>
|
|
//
|
|
|
|
#include <ledger.h>
|
|
#include <py_eval.h>
|
|
|
|
#endif // _PYLEDGER_H
|