summaryrefslogtreecommitdiff
path: root/test/cdtest/colobar.h
blob: 263cb53fe38cb5cd8351a43a52d34183204cdf5c (plain)
1
2
3
4
5
6
7
#ifndef COLORBAR_H
#define COLORBAR_H

int ColorBarInit(Ihandle *parent, Ihandle *canvas, long int *fc, long int *bc);
void ColorBarClose(void);

#endif