root/include/file_counter.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef FILE_COUNTER_H
   2 #define FILE_COUNTER_H
   3 
   4 // CHDK Image file counter interface
   5 
   6 // Note: used in modules and platform independent code. 
   7 // Do not add platform dependent stuff in here (#ifdef/#endif compile options or camera dependent values)
   8 
   9 long get_file_counter();
  10 long get_exposure_counter();
  11 long get_file_next_counter();
  12 void get_target_dir_name(char*);
  13 long get_target_file_num();
  14 
  15 #endif
  16 

/* [<][>][^][v][top][bottom][index][help] */