cmp.h 228 B

123456789
  1. #ifndef _CMP_H
  2. #define _CMP_H
  3. struct firesat;
  4. int cmp_establish_pp_connection(struct firesat *firesat, int plug, int channel);
  5. void cmp_break_pp_connection(struct firesat *firesat, int plug, int channel);
  6. #endif /* _CMP_H */