source: proiecte/swift/trunk/include/swift_declarations.h @ 176

Last change on this file since 176 was 176, checked in by (none), 14 years ago
  • imported repo from "guagal"
File size: 535 bytes
Line 
1/*
2 * swift_declarations.h
3 *
4 * (c) 2009 Ionut Rosoiu <ionut.rosoiu@gmail.com>
5 *
6 */
7
8#ifndef SWIFT_DECLARATIONS_H_
9#define SWIFT_DECLARATIONS_H_
10
11struct swift_thread;
12typedef struct swift_thread swift_thread_t;
13
14struct swift_context;
15typedef struct swift_context swift_context_t;
16
17struct swift_deque;
18typedef struct swift_deque swift_deque_t;
19
20struct swift_frame;
21typedef struct swift_frame swift_frame_t;
22
23struct swift_allocator_list;
24typedef struct swift_allocator_list swift_allocator_list_t;
25
26#endif /* SWIFT_DECLARATIONS_H_ */
Note: See TracBrowser for help on using the repository browser.