blob: c44823c861a8c9602dcd04eadc1281f66c10937c [file] [log] [blame]
--- include/parted/natmath.h 2007-04-18 14:12:10.000000000 -0700
+++ include/parted/natmath.h 2014-04-30 18:37:22.487991387 -0700
@@ -87,10 +87,10 @@
extern const PedAlignment* ped_alignment_any;
extern const PedAlignment* ped_alignment_none;
-extern inline PedSector
+extern PedSector
ped_div_round_up (PedSector numerator, PedSector divisor);
-extern inline PedSector
+extern PedSector
ped_div_round_to_nearest (PedSector numerator, PedSector divisor);
#endif /* PED_NATMATH_H_INCLUDED */