r14662 - gnucash/branches/swigify/src/business/business-core - Rename the internal gncOwner struct type for consistency.

Chris Shoemaker chris at cvs.gnucash.org
Sun Aug 13 14:57:04 EDT 2006


Author: chris
Date: 2006-08-13 14:57:03 -0400 (Sun, 13 Aug 2006)
New Revision: 14662
Trac: http://svn.gnucash.org/trac/changeset/14662

Modified:
   gnucash/branches/swigify/src/business/business-core/gncOwner.h
Log:
   Rename the internal gncOwner struct type for consistency.


Modified: gnucash/branches/swigify/src/business/business-core/gncOwner.h
===================================================================
--- gnucash/branches/swigify/src/business/business-core/gncOwner.h	2006-08-13 04:06:41 UTC (rev 14661)
+++ gnucash/branches/swigify/src/business/business-core/gncOwner.h	2006-08-13 18:57:03 UTC (rev 14662)
@@ -33,7 +33,7 @@
 #ifndef GNC_OWNER_H_
 #define GNC_OWNER_H_
 
-typedef struct gnc_owner_s GncOwner;
+typedef struct _gncOwner GncOwner;
 
 #define GNC_ID_OWNER   "gncOwner"
 
@@ -73,7 +73,7 @@
 /** @} */
 
 /** \struct GncOwner */
-struct gnc_owner_s {
+struct _gncOwner {
   GncOwnerType     type;      /**< Customer, Job, Vendor, Employee or Undefined. */
   union {
     gpointer       undefined;



More information about the gnucash-changes mailing list