forked from Lainports/freebsd-ports
- Change maintainer's email address [1] - Convert to USES=localbase PR: 209569 [1] Submitted by: maintainer [1]
20 lines
461 B
C
20 lines
461 B
C
--- src/vrp_basic/src/VRP.h.orig 2016-05-15 23:38:54 UTC
|
|
+++ src/vrp_basic/src/VRP.h
|
|
@@ -70,7 +70,7 @@ typedef struct vrp_result_element
|
|
|
|
|
|
#ifdef __cplusplus
|
|
-extern "C"
|
|
+extern "C" {
|
|
#endif
|
|
|
|
int find_vrp_solution(vrp_vehicles_t *vehicles, size_t vehicle_count,
|
|
@@ -80,7 +80,7 @@ int find_vrp_solution(vrp_vehicles_t *ve
|
|
vrp_result_element_t **result, size_t *result_count, char **err_msg);
|
|
|
|
#ifdef __cplusplus
|
|
-extern "C"
|
|
+}
|
|
#endif
|
|
|
|
#endif
|