# ifndef __LINEINFO_H__
#   define __LINEINFO_H__

# ifndef __CONNECT_H__
#   include "./connect.h"
# endif


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


# endif   // __LINEINFO_H__
