aboutsummaryrefslogtreecommitdiff
path: root/src/raw/services/pm.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/raw/services/pm.rs')
-rw-r--r--src/raw/services/pm.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raw/services/pm.rs b/src/raw/services/pm.rs
index 7926fbe..78eb3fd 100644
--- a/src/raw/services/pm.rs
+++ b/src/raw/services/pm.rs
@@ -1,6 +1,6 @@
use ::Result;
-#[link(name = "ctru")]
+
extern "C" {
pub fn pmInit() -> Result;
pub fn pmExit() -> Result;