~ubuntu-branches/ubuntu/hoary/gimp/hoary

1
2
3
4
5
6
7
#ifndef __ORIENTMAP_H
#define __ORIENTMAP_H
void create_orientmap_dialog (void);
void update_orientmap_dialog (void);
void orientation_map_free_resources(void);

#endif