Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 706956
Collapse All | Expand All

(-)a/src/pymountboot.h (-2 / +1 lines)
Lines 27-32 typedef struct Link Here
27
	enum mountpoint_status status;
27
	enum mountpoint_status status;
28
} BootMountpoint;
28
} BootMountpoint;
29
29
30
PyTypeObject BootMountpointType;
30
extern PyTypeObject BootMountpointType;
31
31
32
#endif /*PYMOUNTBOOT_H*/
32
#endif /*PYMOUNTBOOT_H*/
33
- 

Return to bug 706956