You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
120B

  1. #ifndef _dash_proto_h_
  2. #define _dash_proto_h_
  3. enum
  4. {
  5. DASH_STATIC = 0,
  6. DASH_DYNAMIC,
  7. };
  8. #endif /* !_dash_proto_h_ */