Skip to content

Commit

Permalink
libpkg: remove declarations of dead functions
Browse files Browse the repository at this point in the history
These functions were removed years ago but the declarations in the
pkgdb.h header were forgotten.

Sponsored by:	The FreeBSD Foundation
  • Loading branch information
ifreund authored and bapt committed Dec 5, 2024
1 parent a88a43d commit 349bc0a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libpkg/private/pkgdb.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,7 @@ int pkgdb_check_access(unsigned mode, const char *dbname);
*/
void pkgdb_regex(sqlite3_context *ctx, int argc, sqlite3_value **argv);
void pkgdb_regex_delete(void *p);
void pkgdb_split_uid(sqlite3_context *ctx, int argc, sqlite3_value **argv);
void pkgdb_split_version(sqlite3_context *ctx, int argc, sqlite3_value **argv);
void pkgdb_now(sqlite3_context *ctx, int argc, __unused sqlite3_value **argv);
void pkgdb_myarch(sqlite3_context *ctx, int argc, sqlite3_value **argv);
int pkgdb_sqlcmd_init(sqlite3 *db, const char **err, const void *noused);
int pkgdb_update_config_file_content(struct pkg *pkg, sqlite3 *s);
void pkgdb_syscall_overload(void);
Expand Down

0 comments on commit 349bc0a

Please sign in to comment.