#ifndef BLUR_H #define BLUR_H #include extern void do_blur( pixel **out_image, pixel **in_image, int n_cols, int n_rows ); #endif