mirror of
https://github.com/eddyem/mytakepic.git
synced 2025-12-06 02:35:16 +03:00
9 lines
133 B
C
9 lines
133 B
C
#ifndef __BTA_PRINT_H__
|
|
#define __BTA_PRINT_H__
|
|
|
|
#include "takepic.h"
|
|
|
|
void write_bta_data(fitsfile *fp);
|
|
|
|
#endif // __BTA_PRINT_H__
|