Added dataio.h/c

Signed-off-by: Cestmir Houska <czestmyr@gmail.com>
This commit is contained in:
Cestmir Houska 2011-04-22 04:25:15 +02:00
parent 3d8cbd98b4
commit 948d2630a4
3 changed files with 48 additions and 2 deletions

7
dataio.h Normal file
View file

@ -0,0 +1,7 @@
#ifndef _BRMBAR_DATAIO_H_
#define _BRMBAR_DATAIO_H_
extern int modify_credit(name, price);
#endif