mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
13 lines
251 B
C
13 lines
251 B
C
|
/*
|
||
|
* gncOwnerP.h -- Business Interface: Object OWNERs
|
||
|
* Copyright (C) 2001, 2002 Derek Atkins
|
||
|
* Author: Derek Atkins <warlord@MIT.EDU>
|
||
|
*/
|
||
|
|
||
|
#ifndef GNC_OWNERP_H_
|
||
|
#define GNC_OWNERP_H_
|
||
|
|
||
|
gboolean gncOwnerRegister (void);
|
||
|
|
||
|
#endif /* GNC_OWNERP_H_ */
|