Print this page
4833 Remove volrmmount
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>

@@ -15,21 +15,21 @@
  * If applicable, add the following below this CDDL HEADER, with the
  * fields enclosed by brackets "[]" replaced with your own identifying
  * information: Portions Copyright [yyyy] [name of copyright owner]
  *
  * CDDL HEADER END
- */
-/*
+ *
+ *
  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
+ *
+ * Copyright 2014 Andrew Stormont.
  */
 
 #ifndef _VOLD_H
 #define _VOLD_H
 
-#pragma ident   "%Z%%M% %I%     %E% SMI"
-
 #ifdef  __cplusplus
 extern "C" {
 #endif
 
 #include <libhal.h>

@@ -61,11 +61,10 @@
 
 void vold_init(int argc, char **argv);
 int vold_postprocess(LibHalContext *hal_ctx, const char *udi,
     struct action_arg *aap);
 int vold_rmmount(int argc, char **argv);
-int volrmmount(int argc, char **argv);
 int volcheck(int argc, char **argv);
 
 #ifdef  __cplusplus
 }
 #endif