aboutsummaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-03-27 13:07:57 -0400
committerMike Frysinger <vapier@gentoo.org>2016-03-27 13:07:57 -0400
commit26d038ae9c2f499cfb52486913cc326854a50571 (patch)
tree5143d651e6f51fcca7dc9a0eaf7d496f800d0cf1 /main.h
parentusage: handle optional args, and auto-align display (diff)
downloadportage-utils-26d038ae9c2f499cfb52486913cc326854a50571.tar.gz
portage-utils-26d038ae9c2f499cfb52486913cc326854a50571.tar.bz2
portage-utils-26d038ae9c2f499cfb52486913cc326854a50571.zip
q: migrate to new repo posthook system
This also extends the reinit interface to optionally take a path to the overlay to process. That allows the postsync hook to fire on specific repos rather than all of them. URL: https://bugs.gentoo.org/522032
Diffstat (limited to 'main.h')
-rw-r--r--main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.h b/main.h
index 877c1ec..6848a9f 100644
--- a/main.h
+++ b/main.h
@@ -99,3 +99,4 @@
getopt_long(argc, argv, ex A ## _FLAGS, a ## _long_opts, NULL)
#define a_argument required_argument
+#define opt_argument optional_argument