id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
974,Mark publicly exposed functions in src/call/context.c with PARROT_EXPORT tag,bacek,whiteknight,"Hello.

There is some functions in src/call/context.c which marked as PARROT_EXPORT but shouldn't be exposed as PARROT_API. For example Parrot_pcc_get_context_struct must not be in public API, etc. Functions exposed as public should be marked as PUBLIC_API to avoid and confusion between internals and exposed API for 3rd party developers.

-- 
Bace",todo,new,minor,,core,master,low,,"context, api",whiteknight,,,all
