summaryrefslogtreecommitdiffstats
path: root/updater/install.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-10-11 00:48:37 +0200
committerTao Bao <tbao@google.com>2016-10-11 01:49:50 +0200
commit0c7839ac14a00f32d740c23ddf6df65f2757ece5 (patch)
tree09167517080321a786bee0f332f72461156002cc /updater/install.h
parentMerge "Update the header path for ext4_utils." (diff)
downloadandroid_bootable_recovery-0c7839ac14a00f32d740c23ddf6df65f2757ece5.tar
android_bootable_recovery-0c7839ac14a00f32d740c23ddf6df65f2757ece5.tar.gz
android_bootable_recovery-0c7839ac14a00f32d740c23ddf6df65f2757ece5.tar.bz2
android_bootable_recovery-0c7839ac14a00f32d740c23ddf6df65f2757ece5.tar.lz
android_bootable_recovery-0c7839ac14a00f32d740c23ddf6df65f2757ece5.tar.xz
android_bootable_recovery-0c7839ac14a00f32d740c23ddf6df65f2757ece5.tar.zst
android_bootable_recovery-0c7839ac14a00f32d740c23ddf6df65f2757ece5.zip
Diffstat (limited to 'updater/install.h')
-rw-r--r--updater/install.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/updater/install.h b/updater/install.h
deleted file mode 100644
index b3b8a4dd5..000000000
--- a/updater/install.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright (C) 2009 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef _UPDATER_INSTALL_H_
-#define _UPDATER_INSTALL_H_
-
-void RegisterInstallFunctions();
-
-// uiPrintf function prints msg to screen as well as logs
-void uiPrintf(State* _Nonnull state, const char* _Nonnull format, ...) __attribute__((__format__(printf, 2, 3)));
-
-static int make_parents(char* _Nonnull name);
-
-#endif