portals.h 336 B

123456789101112131415161718192021
  1. #ifndef AVM_PORTALS_H
  2. #define AVM_PORTALS_H 1
  3. #include <avm/lists.h>
  4. #ifdef __cplusplus
  5. extern "C"
  6. {
  7. #endif
  8. extern portal avm_new_portal (portal alters);
  9. extern void avm_seal (portal fate);
  10. extern void avm_initialize_portals ();
  11. extern void avm_count_portals ();
  12. #ifdef __cplusplus
  13. }
  14. #endif
  15. #endif /* !AVM_PORTALS_H */