File: messages.h

package info (click to toggle)
gphoto 0.3.5-6
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,636 kB
  • ctags: 1,973
  • sloc: ansic: 23,035; sh: 4,851; makefile: 175
file content (9 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#ifndef _MESSAGES_H
#define _MESSAGES_H

#define MALLOC_ERROR "Unable to allocate memory in function %s\n"
#define CHECKSUM_FAILED "In function %s, checksum did not match\n"
#define CANT_OPEN_FILE "Could not open %s file %s\n"
#define NOT_IN_RECORD_MODE "Could not take picture. Camera is not in record mode\n"

#endif /* _MESSAGES_H */