~ubuntu-branches/ubuntu/saucy/hplip/saucy-proposed

« back to all changes in this revision

Viewing changes to scan/sane/common.h

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-26 11:20:39 UTC
  • mfrom: (1.5.6) (31.1.3 precise)
  • Revision ID: package-import@ubuntu.com-20120526112039-bevxczegxnbyr5m7
Tags: 3.12.4-1
* New upstream release
* Switch to source/format 3.0 (quilt) - drop dpatch
* Refreshed debian/patches
* dh_autoreconf debian/autogen.sh & set local-options single-debian-patch
* Update to debian/compat -> 9
* Fix "hardened build flags" patch from Moritz - thanks (Closes: #667828)
* Fix "duplex descriptor uninitialized" patch from Matej (Closes: #583273)
* Fix "please migrate to kde-runtime" patch from Pino (Closes: #666544)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
22
22
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23
23
 
24
 
  Contributing Authors: David Paschal, Don Welch, David Suffield 
 
24
  Contributing Authors: David Paschal, Don Welch, David Suffield, Sarbeswar Meher 
25
25
 
26
26
\************************************************************************************/
27
27
 
69
69
#define STR_ADF_MODE_AUTO SANE_I18N("Auto")
70
70
#define STR_ADF_MODE_FLATBED  SANE_I18N("Flatbed")
71
71
#define STR_ADF_MODE_ADF  SANE_I18N("ADF")
 
72
#define STR_ADF_MODE_CAMERA  SANE_I18N("Camera")
72
73
 
73
74
#define STR_TITLE_ADVANCED SANE_I18N("Advanced")
74
75
 
183
184
void __attribute__ ((visibility ("hidden"))) StrListClear( const char ** list );
184
185
int __attribute__ ((visibility ("hidden"))) StrListIsInList( const char ** list, char * s );
185
186
int __attribute__ ((visibility ("hidden"))) StrListAdd( const char ** list, char * s );
186
 
 
 
187
char* __attribute__ ((visibility ("hidden"))) itoa(int value, char* str, int radix);
187
188
#endif