X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fdvi%2Fmdvi-lib%2Fbitmap.h;h=4d98fecd87cede0e7b500249ffd29293a77c346b;hb=dae88237d66fd49588cc27136c59376c443f9e9f;hp=4d5f23ace96b6792152b2d2e0b2d2982d9047a76;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/dvi/mdvi-lib/bitmap.h b/backend/dvi/mdvi-lib/bitmap.h index 4d5f23ac..4d98fecd 100644 --- a/backend/dvi/mdvi-lib/bitmap.h +++ b/backend/dvi/mdvi-lib/bitmap.h @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _BITMAP_H #define _BITMAP_H 1 @@ -136,8 +136,8 @@ extern void bitmap_rotate_clockwise __PROTO((BITMAP *)); extern void bitmap_rotate_counter_clockwise __PROTO((BITMAP *)); extern void bitmap_flip_rotate_clockwise __PROTO((BITMAP *)); extern void bitmap_flip_rotate_counter_clockwise __PROTO((BITMAP *)); -extern BITMAP *bitmap_convert_lsb8 __PROTO((Uchar *, int, int)); -extern BITMAP *bitmap_convert_msb8 __PROTO((Uchar *, int, int)); +extern BITMAP *bitmap_convert_lsb8 __PROTO((Uchar *, int, int, int)); +extern BITMAP *bitmap_convert_msb8 __PROTO((Uchar *, int, int, int)); #include extern void bitmap_print __PROTO((FILE *, BITMAP *));