Fix function name to fit conventions
diff --git a/include/mbedtls/ecp.h b/include/mbedtls/ecp.h
index 3bacf5c..448549c 100644
--- a/include/mbedtls/ecp.h
+++ b/include/mbedtls/ecp.h
@@ -399,7 +399,7 @@
  * \return          \c 0 if \c max_ops == 0 (restart disabled)
  * \return          \c 1 otherwise (restart enabled)
  */
-int mbedtls_ecp_restart_enabled( void );
+int mbedtls_ecp_restart_is_enabled( void );
 #endif /* MBEDTLS_ECP_RESTARTABLE */
 
 /**