diff options
| author | The Android Open Source Project <initial-contribution@android.com> | 2009-01-09 17:51:25 -0800 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-01-09 17:51:25 -0800 |
| commit | 5ae090ed949cea9d1e7ab1552b455a229f8f9757 (patch) | |
| tree | 555f686d531f29f4907d80655e7b0a7e69f2a180 /mountd/mountd.h | |
| parent | 35237d135807af84bf9b0e5b8d7f8633e58db6f5 (diff) | |
| download | system_core-5ae090ed949cea9d1e7ab1552b455a229f8f9757.tar.gz system_core-5ae090ed949cea9d1e7ab1552b455a229f8f9757.tar.bz2 system_core-5ae090ed949cea9d1e7ab1552b455a229f8f9757.zip | |
auto import from //branches/cupcake/...@125939
Diffstat (limited to 'mountd/mountd.h')
| -rw-r--r-- | mountd/mountd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mountd/mountd.h b/mountd/mountd.h index 9b624847..c4bc91df 100644 --- a/mountd/mountd.h +++ b/mountd/mountd.h @@ -177,6 +177,8 @@ const char *AsecMountPoint(void *Handle); void KillProcessesWithOpenFiles(const char* mountPoint, boolean sigkill, pid_t *excluded, int num_excluded); +// logwrapper.c +int logwrap(int argc, char* argv[]); // Server.c |
