File: putseq.h

package info (click to toggle)
simage 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,912 kB
  • ctags: 1,572
  • sloc: ansic: 14,231; sh: 12,587; cpp: 930; perl: 854; makefile: 617; lisp: 25
file content (11 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#ifndef SIMPEG_ENCODE_PUTSEQ_H
#define SIMPEG_ENCODE_PUTSEQ_H

#include "global.h"

void SimpegWrite_putseq_begin(simpeg_encode_context * context);
void SimpegWrite_putseq_encode_bitmap(simpeg_encode_context * context,
                                      const unsigned char *buffer);
void SimpegWrite_putseq_end(simpeg_encode_context * context);

#endif /* SIMPEG_ENCODE_PUTSEQ_H */