Code cleanup: cleaner distinction between public and private methods --------------------------------------------------------------------
Key: AVRO-224 URL: https://issues.apache.org/jira/browse/AVRO-224 Project: Avro Issue Type: Improvement Components: c Reporter: Matt Massie Fix For: 1.3.0 Attachments: AVRO-224.patch This patch moves * moves the primitives source into the "datasource" directory * renames avro_value.c to avro_private.c * moves private funtions in avro.c into avro_private.c * moves the public functions into avro.c -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.