mirror of
https://github.com/eddyem/apogee_control.git
synced 2025-12-06 02:35:16 +03:00
8 lines
129 B
C
8 lines
129 B
C
#ifndef __BTA_PRINT_H__
|
|
#define __BTA_PRINT_H__
|
|
|
|
void write_bta_data(fitsfile *fp);
|
|
int push_param();
|
|
|
|
#endif // __BTA_PRINT_H__
|