11 lines
132 B
C
11 lines
132 B
C
#ifndef __mx_creditcards_h__
|
|
#define __mx_creditcards_h__
|
|
|
|
#include "vars.h"
|
|
|
|
long save_creditcard(CVars in, CVars &out);
|
|
|
|
|
|
#endif
|
|
|