Ticket #2140 (closed deprecation: fixed)
Deprecate all PackFile_* functions
| Reported by: | whiteknight | Owned by: | whiteknight |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Version: | master |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: | all |
Description
Several functions in src/packfile/*.c are being marked with PARROT_EXPORT and they should not be. Many of these functions are internal-only routines and shouldn't be exposed directly.
All functions named "PackFile_*" should be deprecated. They are being replaced by a new set of API functions named "Parrot_pf_*", per conventions.
Change History
Note: See
TracTickets for help on using
tickets.
