#ifndef _PVR_H_
#define _PVR_H_

void pv_bg(int *c);
void pv_cm(int *l, int *t);
void pv_ci();
void pv_ls(int *l, int *c);
void pv_gs(int *l);

void
pv_sh(int *c, float r, int *t, float *p);

void
pv_cb(float sh, int *c, float *p);

void
pv_gd(int *c1, int *c2);

#endif /* _PVR_H_ */
