aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-27 23:43:28 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-27 23:43:28 +0000
commit25ff9b5d8f5e9634cb731ec00e7172d2c24fa5ac (patch)
tree90e9aecef63439d80859ce43876e6a68001c8d14 /include
parentb2e5dc6d2fa7b486cf2fb0bb0e816137c3122798 (diff)
downloadbusybox-w32-25ff9b5d8f5e9634cb731ec00e7172d2c24fa5ac.tar.gz
busybox-w32-25ff9b5d8f5e9634cb731ec00e7172d2c24fa5ac.tar.bz2
busybox-w32-25ff9b5d8f5e9634cb731ec00e7172d2c24fa5ac.zip
udhcpc: convert to getopt32
git-svn-id: svn://busybox.net/trunk/busybox@16696 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/usage.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index e7e46beab..98c802721 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1,4 +1,13 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/*
3 * This file suffers from chronically incorrect tabification
4 * of messages. Before editing this file:
5 * 1. Switch you editor to 8-space tab mode.
6 * 2. Do not use \t in messages, use real tab character.
7 * 3. Start each source line with message as follows:
8 * |<7 spaces>"text with tabs"
9 */
10
2#ifndef __BB_USAGE_H__ 11#ifndef __BB_USAGE_H__
3#define __BB_USAGE_H__ 12#define __BB_USAGE_H__
4 13