aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 7da9a99..8c5ef7b 100644
--- a/conf.c
+++ b/conf.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: conf.c,v 1.229 2016/12/06 15:03:13 okan Exp $
+ * $OpenBSD: conf.c,v 1.230 2016/12/06 21:59:33 okan Exp $
*/
#include <sys/types.h>
@@ -374,6 +374,7 @@ conf_cmd_remove(struct conf *c, const char *name)
}
}
}
+
void
conf_autogroup(struct conf *c, int num, const char *name, const char *class)
{