aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/alias.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/alias.h')
-rw-r--r--bin/sh/alias.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/sh/alias.h b/bin/sh/alias.h
index 92de705bc963..d0644b317472 100644
--- a/bin/sh/alias.h
+++ b/bin/sh/alias.h
@@ -28,9 +28,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * @(#)alias.h 8.2 (Berkeley) 5/4/95
- * $FreeBSD$
*/
#define ALIASINUSE 1
@@ -43,3 +40,4 @@ struct alias {
};
struct alias *lookupalias(const char *, int);
+const struct alias *iteralias(const struct alias *);