summaryrefslogtreecommitdiff
path: root/camlibs/sonydscf1/command.h
blob: a7071d6499c3b990f937ef86c774607fbe384fe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __COMMAND_H__
#define __COMMAND_H__

#include "common.h"

int     F1ok (GPPort*);
long F1getdata (GPPort*,char *, u_char *);
int	F1status (GPPort*,int);
char	F1newstatus (GPPort *port, int, char *);
int	F1howmany (GPPort *);
int     F1fopen (GPPort *,char *);
long F1fread(GPPort *,u_char *data, long len);
long F1fwrite(GPPort *,u_char *data, long len, u_char b);
long     F1fseek (GPPort *,long, int);
u_long     F1finfo (GPPort *,char *);
int	F1fclose (GPPort *);

int	F1deletepicture (GPPort*,int);
#endif /* __COMMAND_H__ */