aboutsummaryrefslogtreecommitdiff
path: root/plugins/cdrcimg/cdrcimg.h
blob: 0c6d001c2c8d0380d33dc66168c964902c453e46 (plain)
1
2
3
4
5
6
7
#ifndef __P_CDRCIMG_H__
#define __P_CDRCIMG_H__

void  cdrcimg_set_fname(const char *fname);
void *cdrcimg_get_sym(const char *sym);

#endif /* __P_CDRCIMG_H__ */