Renaming rprt_getcount to proj_getcount

This commit is contained in:
Michael Tryby
2019-03-08 09:51:38 -05:00
parent a8bcc8947b
commit fbbffb36ce

View File

@@ -96,7 +96,7 @@ int EXPORT_PY_API proj_settitle(Handle ph, const char *line1, const char *line2,
return error_set(pr->error, EN_settitle(pr->project, line1, line2, line3));
}
int EXPORT_PY_API rprt_getcount(Handle ph, EN_CountType code, int *count)
int EXPORT_PY_API proj_getcount(Handle ph, EN_CountType code, int *count)
{
handle_t *pr = (handle_t *)ph;
return error_set(pr->error, EN_getcount(pr->project, code, count));