source: hvcontrol/src/ReadCard.h@ 40

Last change on this file since 40 was 14, checked in by lstark, 16 years ago
first version of hvcontrol added
File size: 329 bytes
Line 
1#ifndef READCARD_H_SEEN
2#define READCARD_H_SEEN
3
4#include <stdio.h>
5
6int ReadCard(char *card_flag, void *store, char type, FILE *fptr, char *id_flag=NULL);
7int ReadCardExt(char *card_flag, void *store, char type, FILE *fptr, char *id_flag=NULL);
8int ReadCard(char *card_flag, void *store, char type, FILE *fptr, int id);
9
10#endif
Note: See TracBrowser for help on using the repository browser.