Skip to content

Commit

Permalink
Update allsky_common.h: add closeCamera()
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Aug 14, 2023
1 parent 23c9830 commit f9628ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/allsky_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ char const *getFlip(int);
void closeUp(int);
void IntHandle(int);
int stopVideoCapture(int);
int closeCamera(int);
bool validateLong(long *, long, long, char const *, bool);
bool validateFloat(double *, double, double, char const *, bool);
void displayHeader(config);
Expand Down

0 comments on commit f9628ca

Please sign in to comment.