# ifndef __LINEINFO_H__
#   define __LINEINFO_H__


struct CONNECT_LINEHEXD_t;
struct CONNECT_LINESREC_t;

int lineinfo (
  char linetype,
  int * piline,
  char c,
  struct CONNECT_LINEHEXD_t * plineHEXD,
  struct CONNECT_LINESREC_t * plineSREC,
  int hexmode
);


# endif   // __LINEINFO_H__
