]> granicus.if.org Git - graphviz/commit
remove problematic 'agmkin', 'agmkout'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 26 Dec 2021 03:46:31 +0000 (19:46 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 4 Jan 2022 02:05:42 +0000 (18:05 -0800)
commit0f89b538b45c2c028fb8c8abe3c08914f16ae92f
tree2b8fe056a8a2ac9e005bfefeadbb88f5029bfae7
parent55aefb21a074da86bfbdcf3a0d65528815eb505c
remove problematic 'agmkin', 'agmkout'

These functions were introduced in c9b7b0719776e022d760195fae2727b84be82eda to
match `AGMKOUT` and `AGMKIN` (#1212). But there are no exposed prototypes for
these. So the only way to call them is to externally prototype them with a
best-guess type signature and hope Graphviz never changes. This commit removes
them to reduce portability problems.
lib/cgraph/edge.c