| Revision 1664,
529 bytes
checked in by philmoz, 15 months ago
(diff) |
|
Clean up code that generates compile time warnings.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | #include "../generic/wrappers.c" |
|---|
| 2 | |
|---|
| 3 | long lens_get_focus_pos() |
|---|
| 4 | { |
|---|
| 5 | //return _GetFocusLensSubjectDistance(); // returns plaintext, calls GetCurrentTargetDistance to get value |
|---|
| 6 | return _GetCurrentTargetDistance(); |
|---|
| 7 | } |
|---|
| 8 | |
|---|
| 9 | long lens_get_focus_pos_from_lens() |
|---|
| 10 | { |
|---|
| 11 | return _GetCurrentTargetDistance(); |
|---|
| 12 | //return _GetFocusLensSubjectDistanceFromLens(); |
|---|
| 13 | } |
|---|
| 14 | |
|---|
| 15 | long lens_get_target_distance() |
|---|
| 16 | { |
|---|
| 17 | return _GetCurrentTargetDistance(); |
|---|
| 18 | } |
|---|
| 19 | |
|---|
| 20 | //VERIFY_SD780 Only one arg? |
|---|
| 21 | long OpLog_Get(long i) |
|---|
| 22 | { |
|---|
| 23 | extern int _OpLog_Get(int); |
|---|
| 24 | return _OpLog_Get(i); |
|---|
| 25 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.