cmp.h 255 B

1234567891011
  1. #ifndef _CMP_H
  2. #define _CMP_H
  3. struct firesat;
  4. int try_CMPEstablishPPconnection(struct firesat *firesat, int output_plug,
  5. int iso_channel);
  6. int try_CMPBreakPPconnection(struct firesat *firesat, int output_plug,
  7. int iso_channel);
  8. #endif /* _CMP_H */