local_proto.h 417 B

1234567891011121314
  1. /* do_labels.c */
  2. int initialize_options(void);
  3. int do_labels(FILE *, int);
  4. int show_it(void);
  5. int scan_ref(char *);
  6. /* color.c */
  7. void set_RGBA_from_components(RGBA_Color *, const unsigned char,
  8. const unsigned char, const unsigned char);
  9. int set_RGBA_from_str(RGBA_Color *, const char *);
  10. void unset_RGBA(RGBA_Color *);
  11. int RGBA_has_color(const RGBA_Color *);
  12. void set_color_from_RGBA(const RGBA_Color *);