diff --git a/src/business/business-core/gw-business-core-spec.scm b/src/business/business-core/gw-business-core-spec.scm index 55780eb6ab..6dda76e76a 100644 --- a/src/business/business-core/gw-business-core-spec.scm +++ b/src/business/business-core/gw-business-core-spec.scm @@ -44,7 +44,10 @@ "#include \n" "#include \n" "#include \n" + "#include \n" + "#include \n" "#include \n" + "#include \n" "#include \n" ))) @@ -69,8 +72,14 @@ "const GncCustomer*") (gw:wrap-non-native-type mod ' "GncEmployee*" "const GncEmployee*") + (gw:wrap-non-native-type mod ' "GncEntry*" + "const GncEntry*") + (gw:wrap-non-native-type mod ' "GncInvoice*" + "const GncInvoice*") (gw:wrap-non-native-type mod ' "GncJob*" "const GncJob*") + (gw:wrap-non-native-type mod ' "GncOrder*" + "const GncOrder*") (gw:wrap-non-native-type mod ' "GncVendor*" "const GncVendor*") @@ -100,8 +109,14 @@ ;; gncEmployee.h + ;; gncEntry.h + + ;; gncInvoice.h + ;; gncJob.h + ;; gncOrder.h + ;; gncVendor.h )