~vibhavp/ubuntu/saucy/urg/merge-from-debian

« back to all changes in this revision

Viewing changes to src/c/urg/scip_handler.c

  • Committer: Bazaar Package Importer
  • Author(s): Albert Huang
  • Date: 2011-05-20 11:33:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110520113303-u8niofzwzcea0osk
Tags: 0.8.12-1
* New upstream release (closes: #624987)
* Add debian/watch file
* Bump standards-version to 3.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
  \author Satofumi KAMIMURA
6
6
 
7
 
  $Id: scip_handler.c 1714 2010-02-21 20:53:28Z satofumi $
 
7
  $Id: scip_handler.c 1846 2010-06-13 23:26:56Z satofumi $
8
8
 
9
9
  \todo Check the checksum of acquired line
10
10
  \todo Add an argument to distinguish the line that contain version information.
24
24
#define snprintf _snprintf
25
25
#endif
26
26
 
27
 
extern int snprintf(char *, size_t, const char *, ...);
28
 
 
29
 
 
30
 
/*! \todo Standardize with  urg_ctrl.c */
 
27
// error in xcode 3.2.2
 
28
//extern int snprintf(char *, size_t, const char *, ...);
 
29
 
 
30
 
 
31
/*! \todo Standardize with urg_ctrl.c */
31
32
enum {
32
33
  ScipTimeout = 1000,           /*!< [msec] */
33
34
  EachTimeout = 100,            /*!< [msec] */