/alps/ufodecode

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ufodecode

« back to all changes in this revision

Viewing changes to src/ufodecode-private.h

  • Committer: Matthias Vogelgesang
  • Date: 2011-12-02 07:49:09 UTC
  • Revision ID: matthias.vogelgesang@kit.edu-20111202074909-d1ymsoe4h3zg7gft
Rename to `ufodecode`

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef LIB_IPE_PRIVATE_H
2
 
#define LIB_IPE_PRIVATE_H
 
1
#ifndef LIB_UFODECODE_PRIVATE_H
 
2
#define LIB_UFODECODE_PRIVATE_H
3
3
 
4
4
#include <stdbool.h>
5
5
 
6
 
struct ipe_decoder_t {
 
6
struct ufo_decoder_t {
7
7
    uint32_t height;
8
8
    uint32_t *raw;
9
9
    size_t num_bytes;