mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-20 08:40:56 +03:00
add network image transporting (pre-alpha yet: many bugs)
This commit is contained in:
@@ -17,9 +17,6 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#ifndef CCDFUNC_H__
|
||||
#define CCDFUNC_H__
|
||||
|
||||
#include "basestructs.h"
|
||||
|
||||
extern Camera *camera;
|
||||
@@ -40,6 +37,7 @@ int startFocuser(void **dlh);
|
||||
void focclose();
|
||||
void closewheel();
|
||||
void closecam();
|
||||
#ifdef IMAGEVIEW
|
||||
int ccdcaptured(IMG **img);
|
||||
#endif
|
||||
|
||||
#endif // CCDFUNC_H__
|
||||
|
||||
Reference in New Issue
Block a user