Re: [PATCH] exclude: new function, excluded_file_name_ext
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.lib.gnulib.bugs |
|---|---|
| Organization | UCLA Computer Science Department |
| Message-ID | <[email protected]> |
Instead of returning one boolean and passing a bool * to return the other, how about if we return two booleans? That would be a bit more functional. One way to do this would be to return an enum that I suppose could have two bits (four values).