]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-cmndline.cc
Rename FileFd::Open() Perms to AccessMode
[apt.git] / apt-private / private-cmndline.cc
index 2b2a35637f3cbb58398b76e244816075fc1e9923..682be0a1909cb522bf650c393c2bfe356028d07c 100644 (file)
@@ -12,7 +12,7 @@
 #include <apti18n.h>
                                                                        /*}}}*/
 
-static bool strcmp_match_in_list(char const * const Cmd, ...)          /*{{{*/
+APT_SENTINEL static bool strcmp_match_in_list(char const * const Cmd, ...)             /*{{{*/
 {
    va_list args;
    bool found = false;