Changeset 0eb58f1 in mainline for uspace/fb/ppm.h


Ignore:
Timestamp:
2007-06-20T20:53:19Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6765c07
Parents:
84947a4
Message:

Cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/fb/ppm.h

    r84947a4 r0eb58f1  
    2727 */
    2828
    29 #ifndef _PPM_H_
    30 #define _PPM_H_
     29#ifndef FB_PPM_H_
     30#define FB_PPM_H_
    3131
    3232#include "fb.h"
    3333
    34 int ppm_draw(unsigned char *data, size_t datasz, unsigned int sx,
    35              unsigned int sy,
    36              unsigned int maxwidth, unsigned int maxheight,
    37              putpixel_cb_t fnc,void *);
    38 int ppm_get_data(unsigned char *data, size_t dtsz, unsigned int *width, unsigned int *height);
     34extern int ppm_draw(unsigned char *, size_t, unsigned int, unsigned int,
     35    unsigned int, unsigned int, putpixel_cb_t, void *);
     36extern int ppm_get_data(unsigned char *, size_t, unsigned int *, unsigned int *);
    3937
    4038#endif
Note: See TracChangeset for help on using the changeset viewer.